Skip to content

Commit

Permalink
switch to mingw version
Browse files Browse the repository at this point in the history
xxxx
  • Loading branch information
treat1 committed Jan 16, 2017
1 parent 80a0a95 commit e20a909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e20a909

Please sign in to comment.