Use cloud Qt.

This commit is contained in:
Martin Rotter 2020-04-28 10:21:49 +02:00
parent 68a5bb0cd3
commit 97da7a09ac

View File

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