Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.7.2, 6.8.0 Beta3
-
-
4fc0afc2b (dev), 840ceeb2c (6.8), 51bdf2dcc (6.7)
Description
Install Qt 6.8.0 beta3 gcc_64 binaries, configure example:
/home/qt/RTA/Qt_6.8.0/6.8.0/gcc_64/bin/qt-cmake -S /home/qt/RTA/Qt_6.8.0/Examples/Qt-6.8.0/demos/lightningviewer -B /home/qt/RTA/Qt_6.8.0/Examples/Qt-6.8.0/demos/lightningviewer/bld_gcc_64 -GNinja -DFFMPEG_DIR=/usr/local/FFmpeg-n6.0
And build:
cmake --build /home/qt/RTA/Qt_6.8.0/Examples/Qt-6.8.0/demos/lightningviewer/bld_gcc_64 --parallel -j 8
Launches from this dir. Run install command
cmake --install /home/qt/RTA/Qt_6.8.0/Examples/Qt-6.8.0/demos/lightningviewer/bld_gcc_64 --prefix /home/qt/RTA/Qt_6.8.0/example_install
Try to launch from example_install, fails:
QQmlApplicationEngine failed to load component
<Unknown File>: No module named "LightningViewer" found
Attachments
Issue Links
- is cloned by
-
QTBUG-127846 quickcontrols/spreadsheets not launching when installed outside of build dir
- Closed
- resulted in
-
QTBUG-128225 Failing to deploy examples that link to dynamic lib qml modules, but don't explicitly import them
- Reported
- mentioned in
-
Page Loading...