mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
Add qmake_all
This commit is contained in:
parent
96ac38359a
commit
114aebf8b5
@ -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!"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user