Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-60059

"QMAKE_CXX.COMPILER_MACROS is not defined" with -tp vc

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 5.9.1
    • 5.9.0 Beta 1
    • Build System
    • 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

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              buddenha Oswald Buddenhagen
              terje terje
              Votes:
              4 Vote for this issue
              Watchers:
              15 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes