summaryrefslogtreecommitdiffstats
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorErik Lander <treat@gmx.com>2017-01-16 14:58:19 +0100
committerErik Lander <treat@gmx.com>2017-01-16 14:58:19 +0100
commite20a909a9ac2d95ad6e61bd675a92d686eb0f926 (patch)
tree414ddf097a2c488b0cc59a243b0fc9d6b36f5ff2 /.appveyor.yml
parent80a0a95fe4910390b7608fde128c2a45ab7980c7 (diff)
switch to mingw version
xxxx
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 1c40b40d..2835461a 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