Details
-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
QDS 4.6.2, QDS 4.7.0
Description
If we select "Target Qt Version"=="Qt 5" when creating a new project...
- The generated *.qmlproject file contains quickVersion: "2.15" (Expected)
- All the generated *.qml files contain a versionless "import QtQuick" (Not Expected - this is invalid code in Qt 5)
Problem
As I understand it, Qt 5 is no longer supported so users who want to keep working with Qt 5 need to use Qt Design Studio 4.1 LTS. Thus, the ability to select "Qt 5" as a "Target Qt Version" is misleading and confusing.
Suggestions
- "Qt 5"should be removed as an allowed "Target Qt Version", OR
- If the user selects "Qt 5", Qt DS should show a warning that Qt 5 is not supported, and direct them to Qt DS 4.1 LTS