Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.9.0 Beta 1
-
None
-
Win10 64 Bit
-
76223ecbaa3b01a9c2ab641bd30d674f7c46a4d6
Description
Installed QT today 11.04.2017 (DD.MM:YYYY). Installation was OK. No error message.
Made a smal project, out of the box:
#include <QCoreApplication> int main(int argc, char *argv[]) { QCoreApplication a(argc, argv); return a.exec(); }
Trying to compile:
Running Windows Runtime device detection. No winrtrunner.exe found. C:/Qt/5.9/msvc2015_64/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 C:\ProjectQT\QTTest\QTTest.pro. Giving up.
Attachments
Issue Links
- is duplicated by
-
QTBUG-60337 Problem configuring new qt project: QMAKE_CXX.COMPILER_MACROS is not defined
- Closed
-
QTBUG-61265 qmake fails to generate a visual studio project
- Closed
-
QTBUG-60468 mkspecs/features/toolchain.prf(129): Variable QMAKE_CXX.COMPILER_MACROS is not defined
- Closed
- resulted in
-
QTBUG-62065 Project ERROR: Cannot run compiler 'cl'. Maybe you forgot to setup the environment? Command exited with code 3
- Closed