Details
-
Bug
-
Resolution: Invalid
-
Not Evaluated
-
None
-
Qt Creator 10.0.0
-
None
Description
Environment:
Microsoft Visual Studio Community 2019 Version 16.11.25
Windows 10 Pro Version 22H2
Two scenarios:
Scenario A: Only the Qt 5.15.2 kit MSVC 2019 64 bits installed
Task: Creating a Qt Quick project template with Qt 5.15.2
Actual Result: The minimum version to create this project drop-down lists Qt versions 6.2 and higher.
Scenario B: Having both the kits Qt 5.15.2 and Qt 6.2.4 MSVC 2019 64 bits installed.
Task: Creating a Quick project template
Actual Result: Only the kit for Qt 6.2.4 is enabled (see picture enclosed)
Steps To Reproduce:
- Select New Project from Qt Creator
- Choose template for Application (Qt) > Quick Application
- Enter a project name and select a location
- Build System by default is CMake , don't change it
- Define project details (whether the options listed are selected or not) the list of Qt versions to build the app is the same (6.2, 6.3, 6.4)