From e20a909a9ac2d95ad6e61bd675a92d686eb0f926 Mon Sep 17 00:00:00 2001 From: Erik Lander Date: Mon, 16 Jan 2017 14:58:19 +0100 Subject: [PATCH] switch to mingw version xxxx --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 1c40b40d3..2835461a7 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,7 +1,7 @@ install: - set QTDIR=C:\Qt\5.7\mingw53_32 - choco install -y InnoSetup - - set PATH=%QTDIR%\bin;C:\MinGW\bin;%PATH%;"C:\Program Files (x86)\Inno Setup 5" + - set PATH=%QTDIR%\bin;C:\Qt\Tools\mingw530_32\bin;%PATH%;"C:\Program Files (x86)\Inno Setup 5" build_script: - qmake qtpass.pro CONFIG+=static - mingw32-make