From 796024529cd756f09d194f85dab5c9b954a9ef7c Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Tue, 24 Jan 2017 07:28:36 +0100 Subject: [PATCH] Qt 5.8 qmake for appveyor. --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 590b29931..b32efe024 100755 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -28,7 +28,7 @@ build_script: - cd .. - mkdir 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 windows_all