Details
-
Bug
-
Resolution: Cannot Reproduce
-
P2: Important
-
None
-
Qt Creator 4.3.0-rc1
-
Windows 10 64 bit
MSVC2015 64 bit
Description
- Make a kit using Qt 5.9 your default kit.
- Create a new Qt Widgets Application project.
- Close the project.
- Remove the .pro.user file from the project's source directory.
- Open the project again but do not configure it.
- Open Projects view.
The project did not finish parsing. Only the .pro file is visible. - Open the General Messages view.
You'll see a message like:D:/dev/src/qt-5.9.0-beta3/qtbase/mkspecs/features/toolchain.prf(129): Variable QMAKE_CXX.COMPILER_MACROS is not defined. Project ERROR: msvc-version.conf loaded but QMAKE_MSC_VER isn't set Error while parsing file D:\Testprojekte\untitled876\untitled876.pro. Giving up.
Creator should be able to parse the project before configuring it. When a kit using Qt 5.8 is the default kit, this works fine.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-18112 [REG 5.8.0 -> 5.9.0 Beta 2] Configuring project with Qt 5.9 fails at first try: QMAKE_MSC_VER isn't set
- Closed