Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.5, 6.6, 6.7, dev
-
None
-
c0318a6ad (dev), 0e86bd4b0 (lts-6.2), 1d401fed8 (6.5), 48be19bd7 (6.6)
Description
Unable to run any qtquick3dphysics-examples:
QQmlApplicationEngine failed to load component
qrc:/main.qml:x:y: module "QtQuick3D[.Physics|.Helpers]" is not installed
This issue might be related to QTBUG-115266 where files are not installed correctly.
STEPS TO REPRODUCE:
Using master branches for openembedded-core, meta-openembedded, bitbake and dev branch for meta-qt6
Setup build dir:
./oe-init-build-env <build_dir>
Add to local.conf:
PACKAGECONFIG:append:pn-qtquick3dphysics = " examples" IMAGE_INSTALL:append = " qtquick3dphysics-examples" DISTRO_FEATURES:append = " opengl x11"
Build image:
bitbake core-image-sato
Run image using qemu or hardware.
Run the examples on target:
$ find /usr/share/examples/quick3dphysics/ -name "*example*"