-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.10
-
None
After building all modules examples in separate step using -DQT_BUILD_STANDALONE_EXAMPLES=ON, some of the examples fail to run correctly.
In examples that have additional QML modules, the installation paths are such the those modules are not found at runtime.
root@b2qt-raspberrypi-armv8:~# find /usr/share/examples/quick/animation /usr/share/examples/quick/animation /usr/share/examples/quick/animation/bin /usr/share/examples/quick/animation/bin/animationexample /usr/share/examples/quick/animation/lib /usr/share/examples/quick/animation/lib/qml /usr/share/examples/quick/animation/lib/qml/shared /usr/share/examples/quick/animation/lib/qml/shared/libanimation_shared.so /usr/share/examples/quick/animation/lib/qml/shared/qmldir
root@b2qt-raspberrypi-armv8:~# /usr/share/examples/quick/animation/bin/animationexample qrc:/qt/qml/animation/animation.qml:5:1: module "shared" is not installed import shared as Examples ^