1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-10-06 09:17:07 +02:00

Add qtquickcompiler to ci

This commit is contained in:
Elias Steurer 2019-12-27 12:33:01 +01:00
parent eb1b7b65f3
commit b8b39a21e8

View File

@ -26,8 +26,8 @@ build:windows:
- mkdir BUILD - mkdir BUILD
- mkdir PACKAGE - mkdir PACKAGE
- cd BUILD - cd BUILD
- qmake.exe ../ScreenPlay.pro -spec win32-msvc "CONFIG+=release" - qmake.exe ../ScreenPlay.pro -spec win32-msvc "CONFIG+=release qtquickcompiler"
- jom.exe qmake_all - jom.exe qmake_all
- jom.exe -j8 - jom.exe -j8
- jom.exe install - jom.exe install
- xcopy /s /y ScreenPlay\release ..\PACKAGE - xcopy /s /y ScreenPlay\release ..\PACKAGE