Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
QDS 4.4
-
None
-
QDS Berlin - 2024 Week 3/4
Description
Used environment: Design Studio 4.4.0 snapshot, Creator 12.0.1, Qt6.5.4
Steps to reproduce:
- Create general empty project with Design Studio
- Select File -> Export project -> Generate Cmake Build Files
- Open project CmakeList.txt in Creator
- Build
- Try to run -> fails
- Application output:
13:52:38: Starting C:\Users\xxxx\xxxx\build-UntitledProject28-release\UntitledProject28App.exe...
QQmlApplicationEngine failed to load component
qrc:/qt/qml/Main/main.qml:7:1: Type App unavailable
qrc:/qt/qml/content/App.qml:14:5: Type Screen01 unavailable
qrc:/qt/qml/content/Screen01.ui.qml: Type DataStore unavailable
qrc:/qt/qml/UntitledProject28/DataStore.qml:7:5: Type JsonData unavailable
qrc:/qt/qml/UntitledProject28/JsonData.qml:3:1: module "QtQuick.Studio.Utils" version 1.0 is not installed
13:52:39: C:\Users\xxxx\xxxx\build-UntitledProject28-release\UntitledProject28App.exe exited with code -1