Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 4.10.0
-
None
-
Windows 10 professional 64bit (1903)
Microsoft Windows SDK v7.1 (includes compiler of MSVC 2010)
Visual C++ Build Tools 2015 (includes compiler of MSVC 2015)
-
-
2896e5f5e289a30928ab679c99d7de68d4a903ac (qt-creator/qt-creator/4.10)
Description
When the Qt Creator 4.09 is updated into 4.10, the "Qt versions" tabĀ in config dialog shows
"No compiler can produce code for this Qt version. Please define one or more compilers for
x86-windows-msvc2015-pe-64bit ",
and display a red "!". But in "Compilers" tab shows that all compilers have been detected correctly and I'm sure the compiler corresponding this string was detected.
I compiled the Qt (5.6.3 or 5.12.4) by stable linking. And just a part of Qt modules were complied, without any modules about qml. The two Qt versions were added manually.
I didn't install Visual Studio and just installed two sdk:
Microsoft Windows SDK v7.1 (includes compiler of MSVC 2010)
Visual C++ Build Tools 2015 (includes compiler of MSVC 2015)
Now the Qt Creator can't build projects, cause of it always lose compilers in "Kits" tab.
In Qt Creator 4.09 everything is ok.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-22163 Visual Studio 2017 with the VS2015 toolset not detected correctly
- Closed