Use cloud Qt.

This commit is contained in:
Martin Rotter 2020-04-28 10:37:24 +02:00
parent 97da7a09ac
commit b2230f4ef7
1 changed files with 3 additions and 1 deletions

View File

@ -11,9 +11,11 @@ mkdir "rssguard-build"
cd "rssguard-build"
qmake.exe ..\build.pro "$env:qmake_args"
nmake.exe
cd "src\rssguard"
nmake.exe install
cd "src\rssguard\app"
cd "app"
windeployqt.exe --verbose 1 --compiler-runtime --no-translations --release rssguard.exe librssguard.dll
cd ".."
nmake.exe windows_all