Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
Qt Creator 17.0.0-beta2
Description
Steps to reproduce:
I have
- Win10
- opensource Qt installed to D:\Qt with following versions:
- 5.15.2 MSVC 2019 (64bit)
- 6.2.4 MSVC 2019 (64bit)
- 6.2.4 MinGW (64bit)
- 6.4.3 MSVC 2019 (64bit)
- 6.4.3 MinGW (64bit)
- 6.5.3 MSVC2019 (64bit)
- 6.7.3 MSVC2019 (64bit)
- 6.8.0 MSVC2022 (64bit)
- 6.8.0 MSVC2022 (ARM64)
- respective MinGW toolchains installed with the Qt versions, no cmake or ninja installed by the QtSDK
what I did:
- started QC with a new settings path, no Qt or CMake or ninja in PATH
- Link with Qt, but do not restart directly
- set CMake tool
(I used some old cmake-3.24.x installed in D:\Tools\cmake-3.24 ) - restart QC
- check preferences
Current result:
- MinGW kits are invalid (they get vs2022)
- 6.8 ARM64 gets AMD64 as compiler
Expected result:
- auto detected kits are usable