Try to fix appveyor build.

This commit is contained in:
Martin Rotter 2020-11-21 07:37:26 +01:00
parent 8ab5b2d30d
commit 91c719d943
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ echo "qmake args are: '$env:qmake_args'."
mkdir "rssguard-build"
cd "rssguard-build"
& "$qt_qmake" "..\build.pro" "$env:qmake_args"
& "$qt_qmake" "..\build.pro" "-r" "$env:qmake_args" "CONFIG-=debug" "CONFIG-=debug_and_release" "CONFIG*=release"
nmake.exe
cd "src\rssguard"