Hi,
We use a NXP IMX 8MM EVK with Yocto Linux 4.14.98_2.0.0 from NXP.
I made a fsl-image-qt5-validation-imx image and can run some QT examples on target device.
However, I can't see qmlviewer or qmlscene tools for UI prototyping.
I was trying to search for *scene* and *viewer* files under meta-qt5 directory and didn't find anything related.
Any clues on how to build qmlscene and install it?
解決済! 解決策の投稿を見る。
Ok, I found that qmlscene is part of the SDK. So I was able to build a meta-toolchain-qt5 and copy /usr/bin/qt5/* to my rootfs.
Ok, I found that qmlscene is part of the SDK. So I was able to build a meta-toolchain-qt5 and copy /usr/bin/qt5/* to my rootfs.