diff --git a/.appveyor.yml b/.appveyor.yml index 176275cdd..f27987b10 100755 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -27,7 +27,7 @@ build_script: - cd .. - mkdir rssguard-build - cd rssguard-build - - C:\Qt\5.8\msvc2015\bin\qmake.exe C:\rssguard "%qmake_args%" + - %QTDIR%\bin\qmake.exe C:\rssguard "%qmake_args%" - nmake - nmake windows_all