QtCreator 10.0.1 broken when creating project with Design Studio integration
-
Hi,
Whenever I want to create a Qt Quick application project using the Qt Creator template, and then select the option "create a project that you can open in Qt Design Studio" then the created project is broken, and the same thing happens if I create a project in Design Studio and export it as CMake and then open it in Qt Creator.
After reading through other forum posts related to the issue, it seems that it's because there are some Quick libraries created to be used by Design Studio under the "QtQuick.Studio" QML module, that doesn't exist in the Qt distribution, which leads to an error like this (ie. the Constants.qml file generated in the project template)
This discrepancies between Qt Design Studio embedded Qt distribution and the Qt distribution (in my case commercial Qt 6.5) must be fixed please, or else I cannot really have integration between Design Studio and Qt Creator for creating my UI files.
-