summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2019-10-01 15:59:37 +0200
committerAnne Jan Brouwer <brouwer@annejan.com>2019-10-01 15:59:37 +0200
commit4ed293b57c451766cd5b527e5e171ad24ae294cf (patch)
treeda5ae112463be392fa1ca633e47cde4e6f2673d1
parente13a69177bbaeb57621dfc3c9c18243a0114ce16 (diff)
appveyor updates
-rw-r--r--.appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 00e02a53..a0190b29 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -1,7 +1,7 @@
install:
- - set QTDIR=C:\Qt\5.10\mingw53_32
+ - set QTDIR=C:\Qt\5.13\mingw53_32
- choco install -y InnoSetup
- - set PATH=%QTDIR%\bin;C:\Qt\Tools\mingw530_32\bin;%PATH%;"C:\Program Files (x86)\Inno Setup 5"
+ - set PATH=%QTDIR%\bin;C:\Qt\5.13\mingwi73_32\bin;%PATH%;"C:\Program Files (x86)\Inno Setup 5"
build_script:
- qmake qtpass.pro CONFIG+=static
- mingw32-make