1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-15 06:52:34 +02:00

Add qmake_all

This commit is contained in:
kelteseth 2018-11-11 15:51:28 +01:00
parent 96ac38359a
commit 114aebf8b5

View File

@ -1,7 +1,6 @@
setlocal EnableExtensions
set PATH=%PATH%;C:\Qt\Tools\QtCreator\bin
set PATH=%PATH%;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\bin\Hostx64\x64
set PATH=%PATH%;C:\Qt\5.11.2\msvc2017_64\bin
set root=%cd%
@ -12,6 +11,9 @@ cd package
echo "Begin build of ScreenPlay "
qmake.exe ../ScreenPlay.pro -spec win32-msvc "CONFIG+=release"
jom.exe clean
jom.exe qmake_all
jom.exe -j8
jom.exe install
echo "Build ScreenPlay finished!"