From 515796b3a4585752b6e2261ecc1e51cdb2e1142b Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Fri, 23 Sep 2016 08:55:07 +0200 Subject: [PATCH] Compile nowebengine in AppVeyor. --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 3c89c9054..d94961a2c 100755 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -29,7 +29,7 @@ build_script: - cd .. - mkdir rssguard-build - cd rssguard-build - - C:\Qt\5.7\msvc2013\bin\qmake.exe C:\rssguard + - C:\Qt\5.7\msvc2013\bin\qmake.exe C:\rssguard "%qmake_args%" - nmake - nmake windows_all