From 15c2c0bda45d1158b97e4df383748001ce1c0075 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Thu, 28 Jul 2016 14:50:38 +0300 Subject: [PATCH] Set path without quotes. Show in log the path variable. --HG-- branch : develop --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 49c412bec..2735ff4d0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 #---------------------------------#