1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-15 06:52:34 +02:00
This commit is contained in:
kelteseth 2018-11-08 21:14:18 +01:00
parent 1c9d6ce6a6
commit 1a368c64c4
2 changed files with 4 additions and 6 deletions

View File

@ -7,9 +7,11 @@ set root=%cd%
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsx86_amd64.bat"
echo "Begin build of ScreenPlay "
mkdir package
cd package
qmake.exe ScreenPlay.pro -spec win32-msvc "CONFIG+=release"
echo "Begin build of ScreenPlay "
../qmake.exe ScreenPlay.pro -spec win32-msvc "CONFIG+=release"
jom.exe -j8
echo "Build ScreenPlay finished!"

View File

@ -4,10 +4,6 @@ call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary
echo "Begin packaging"
mkdir package
cd package
xcopy "Shared" "package\Launcher" /s /y
C:\Qt\5.11.2\msvc2017_64\bin\windeployqt.exe --release --qmldir Launcher/qml package/Launcher/DC-Launcher.exe