Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 4.4.0-beta1
-
None
-
Windows 10, MSVC2017 64/32bit, MinGW 32bit
Description
When auto-configuring kits from newly checked out Qt versions; the C/C++ compilers are sometimes detected inconsistently.
For 32bit MSVC builds, it has been observed that the C compiler is MSVC 32bit whereas the C++ compiler is MSVC 64bit.
For 64bit MSVC builds, it has been observed that the C compiler is MSVC 64bit whereas the C++ compiler is MinGW g++.