Yocto qt3d.extra and qt3d.example is not installed
Unsolved
QML and Qt Quick
-
Trying to add some features on target. The QT application is running on the Linux machine properly, and cross compiling is also done. But when I run on the target it showing the following errors:
module "Qt3D.Examples" is not installed
module "Qt3D.Extras" is not installedI have added "qt3d" and other qt3d plugins in DEPENDS and IMAGE_INSTALL_append().
Using meta-qt5 layer for this.