Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
5.9.0 Beta 3
-
Windows 10 64 bit
Qt 5.9.0 beta3 msvc2015_64
Description
- I have Qt installed in D:\Qt-online
So qmake is in D:\Qt-online\5.9\msvc2015_64\bin\qmake.exe - I have checked out Creator's super-repository in C:\Users\rob\dev\src\creator-4.3-enterprise
- I started a MSVC2015 64 bit command line.
- I ran qtenv2.bat in this:
C:\Users\rob\dev\59>D:\Qt-online\5.9\msvc2015_64\bin\qtenv2.bat Setting up environment for Qt usage... Remember to call vcvarsall.bat to complete environment setup!
- I created and changed into the directory that Creator uses as build directory for a test project: C:\Users\rob\dev\src\creator-4.3-enterprise\qtcreator\tests\manual\debugger\build-simple-Qt_5_9_0_msvc2015_64-Debug
- I'm trying to run qmake on the said project.
qmake fails:C:\Users\rob\dev\src\creator-4.3-enterprise\qtcreator\tests\manual\debugger\build-simple-Qt_5_9_0_msvc2015_64-Debug>qmake C:\Users\rob\dev\src\creator-4.3-enterprise\qtcreator\tests\manual\debugger\simple\simple.pro Project ERROR: msvc-version.conf loaded but QMAKE_MSC_VER isn't set
Doing the same with Qt 5.8 succeeds. Doing the same in a different directory ( C:\Users\rob\dev\59 ) succeeds with Qt 5.9, too.
qmake should be able to build in any directory, at least in those that Qt 5.8 could handle and are being used by Creator by default.
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
- mentioned in
-
Page Loading...