Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
QDS 4.7.0
Description
Steps to reproduce:
- Install latest released Qt Creator (14.0.2 was used in test) and Qt 6.5.7
- Open the attached project in Qt Creator and configure release build with 6.5.7
- Build & Run
- Running fails, output:
20:50:15: Starting C:\Users\qt\rta_project_builds\DS_app_65-Release\DS_app_65App.exe... QQmlApplicationEngine failed to load component qrc:/qt/qml/DS_app_65Content/App.qml:11:5: Type Screen01 unavailable qrc:/qt/qml/DS_app_65Content/Screen01.ui.qml:14:1: module "QtQuick.Studio.Components" plugin "QuickStudioComponentsplugin" not found 20:50:16: C:\Users\qt\rta_project_builds\DS_app_65-Release\DS_app_65App.exe exited with code -1
- Attached also compile output
- RTA test for building and running similar Qt6.8 targeted project with Qt6.8.1 succeeds without this error.