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:16:16 +01:00
parent 1a368c64c4
commit 96ac38359a

View File

@ -11,7 +11,7 @@ mkdir package
cd package
echo "Begin build of ScreenPlay "
../qmake.exe ScreenPlay.pro -spec win32-msvc "CONFIG+=release"
qmake.exe ../ScreenPlay.pro -spec win32-msvc "CONFIG+=release"
jom.exe -j8
echo "Build ScreenPlay finished!"