Use cloud Qt.

This commit is contained in:
Martin Rotter 2020-04-28 10:10:39 +02:00
parent 967a2409f3
commit 68a5bb0cd3
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ nmake.exe
nmake.exe install nmake.exe install
cd "src\rssguard\app" cd "src\rssguard\app"
"$env:QTDIR\bin\windeployqt.exe" --verbose 1 --compiler-runtime --no-translations --release rssguard.exe librssguard.dll "$env:QTDIR\bin\windeployqt.exe --verbose 1 --compiler-runtime --no-translations --release rssguard.exe librssguard.dll"
cd ".." cd ".."
nmake.exe windows_all nmake.exe windows_all
cd "$old_pwd" cd "$old_pwd"