Fix Qt version for appveyor.

This commit is contained in:
Martin Rotter 2017-07-26 06:42:39 +02:00
parent 209467b318
commit 92d0118432

View File

@ -27,7 +27,7 @@ build_script:
- cd .. - cd ..
- mkdir rssguard-build - mkdir rssguard-build
- cd rssguard-build - cd rssguard-build
- qmake.exe C:\rssguard "%qmake_args%" - C:\Qt\5.9.1\msvc2015\bin\qmake.exe C:\rssguard "%qmake_args%"
- nmake - nmake
- nmake windows_all - nmake windows_all