Windows release: add Qt5 deployment step
This commit is contained in:
parent
7e25d81d12
commit
853ca8b713
1 changed files with 4 additions and 0 deletions
|
@ -68,6 +68,10 @@ cmake --build . --config Release --target INSTALL
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
|
REM Qt5 deployment
|
||||||
|
%QT5SDK32%\bin\windeployqt --release --list target %WORKSPACE%/install/msvc100/FlightGear/bin/fgfs.exe
|
||||||
|
%QT5SDK64%\bin\windeployqt --release --list target %WORKSPACE%/install/msvc100-64/FlightGear/bin/fgfs.exe
|
||||||
|
|
||||||
REM build setup
|
REM build setup
|
||||||
ECHO Packaging root is %WORKSPACE%
|
ECHO Packaging root is %WORKSPACE%
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue