No qmake2 After OpemEmbedded Build

I am trying to follow this articleto set up QT creator.I have setup local.conf file with MACHINE ?= “colibri-imx6” and added ACCEPT_FSL_EULA = “1” in BSP 2.7. Tool chain was built successfully with “$ bitbake -k meta-toolchain-qt5”. I then installed SDK with “…/deploy/sdk/angstrom-glibc-x86_64-armv7at2hf-neon-v2016.12-toolchain.sh -S” under “/usr/local/oecore-x86_64/” directory. I can see qmake under “/usr/local/oecore-x86_64/sysroots/x86_64-angstromsdk-linux/usr/bin/qt5/”. But I could not find qmake2 under the entire “/usr/local/oecore-x86_64/” directory.
Am I missing anything when building the tool chain?

Hi

Please use the /usr/local/oecore-x86_64/sysroots/x86_64-angstromsdk-linux/usr/bin/qt5/qmake binary in place of qmake2.
We will need to update the article.

Max