1
0
Fork 0

Windows release: add Qt5 deployment step

This commit is contained in:
Clément de l'Hamaide 2015-03-16 11:06:06 +01:00
parent 7e25d81d12
commit 853ca8b713

View file

@ -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%