Qt 5.8 qmake for appveyor.

This commit is contained in:
Martin Rotter 2017-01-24 07:28:36 +01:00
parent b21b8cf936
commit 796024529c

View File

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