From 853ca8b713156d3dd7dfcefb62411dccadc53123 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20de=20l=27Hamaide?= Date: Mon, 16 Mar 2015 11:06:06 +0100 Subject: [PATCH] Windows release: add Qt5 deployment step --- build_release_windows.bat | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build_release_windows.bat b/build_release_windows.bat index bf731da..6c9ad6c 100755 --- a/build_release_windows.bat +++ b/build_release_windows.bat @@ -68,6 +68,10 @@ cmake --build . --config Release --target INSTALL 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 ECHO Packaging root is %WORKSPACE%