summaryrefslogtreecommitdiffstats
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2020-05-29 23:55:14 +0200
committerAnne Jan Brouwer <brouwer@annejan.com>2020-05-29 23:55:14 +0200
commit0591a01207c6e374dc71f3bde3ca2744be199268 (patch)
treebe99da4ca7b29eb0f3603197dc63d08eb5cd5ede /.appveyor.yml
parentc181b5d19b8c5ae81b09b7a7eebd618b31a4dd0b (diff)
Revert "Mingw version"
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index f869918a..0f2bc183 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -1,7 +1,7 @@
install:
- - set QTDIR=C:\Qt\5.14.2\mingw73_32
+ - set QTDIR=C:\Qt\5.14\mingw73_32
- choco install -y InnoSetup
- - set PATH=%QTDIR%\bin;C:\Qt\Tools\mingw730_32\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