Use cloud Qt.
This commit is contained in:
parent
97da7a09ac
commit
b2230f4ef7
@ -11,9 +11,11 @@ mkdir "rssguard-build"
|
|||||||
cd "rssguard-build"
|
cd "rssguard-build"
|
||||||
qmake.exe ..\build.pro "$env:qmake_args"
|
qmake.exe ..\build.pro "$env:qmake_args"
|
||||||
nmake.exe
|
nmake.exe
|
||||||
|
|
||||||
|
cd "src\rssguard"
|
||||||
nmake.exe install
|
nmake.exe install
|
||||||
|
|
||||||
cd "src\rssguard\app"
|
cd "app"
|
||||||
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 ".."
|
cd ".."
|
||||||
nmake.exe windows_all
|
nmake.exe windows_all
|
||||||
|
Loading…
x
Reference in New Issue
Block a user