-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.8.5
-
None
Windows 11 MSVC & Mingw both (command line and qt creator both)
Qt creator 17.0.2
Steps to reproduce:
- Open command line, cd to the example folder (C:\Qt\Examples\Qt-6.8.5\demos\car-configurator)
- mkdir build, cd build
- Run the following command:
C:\Qt\6.8.5\msvc2022_64\bin\qt-cmake -S C:\Qt\Examples\Qt-6.8.5\demos\car-configurator -B C:\Qt\Examples\Qt-6.8.5\demos\car-configurator\build_msvc -GNinja -DCMAKE_BUILD_TYPE=Release
- Run ninja and then try to launch the application
Expected Output:
The Example runs without any error
Actual Output:
The Example built without any error but when trying to launch the application, it fails to launch with the following error:
QQmlApplicationEngine failed to load component
qrc:/qt/qml/content/App.qml:8:1: module "Qt.labs.assetdownloader" is not installed
- relates to
-
QTQAINFRA-7261 Qt LTS release testing
-
- Open
-