Set path without quotes. Show in log the path variable.
--HG-- branch : develop
This commit is contained in:
parent
25d5c32749
commit
15c2c0bda4
|
@ -117,8 +117,9 @@ init:
|
|||
#- if "%QMAKE_GENERATOR%" == "MinGW Makefiles" if "%PLATFORM%" == "X64" set PATH="C:\Program Files (x86)\Inno Setup 5";%PATH%
|
||||
- set QTDIR=C:\%QT5%
|
||||
- set PATH=%QTDIR%\bin;%PATH%
|
||||
- if "%QMAKE_GENERATOR%" == "MinGW Makefiles" set PATH="%MINGW_PATH%";%PATH%
|
||||
- if "%QMAKE_GENERATOR%" == "MinGW Makefiles" set PATH=%MINGW_PATH%;%PATH%
|
||||
- if "%QMAKE_GENERATOR%" == "NMake Makefiles JOM" set PATH=C:\Qt\Tools\QtCreator\bin;%PATH%
|
||||
- path
|
||||
- qmake -v
|
||||
|
||||
#---------------------------------#
|
||||
|
|
Loading…
Reference in New Issue
Block a user