From b8b39a21e8205cef3c165ce166cb3cbe81b49dbd Mon Sep 17 00:00:00 2001 From: Elias Steurer Date: Fri, 27 Dec 2019 12:33:01 +0100 Subject: [PATCH] Add qtquickcompiler to ci --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 46b81688..1f37301d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,8 +26,8 @@ build:windows: - mkdir BUILD - mkdir PACKAGE - cd BUILD - - qmake.exe ../ScreenPlay.pro -spec win32-msvc "CONFIG+=release" - - jom.exe qmake_all + - qmake.exe ../ScreenPlay.pro -spec win32-msvc "CONFIG+=release qtquickcompiler" + - jom.exe qmake_all - jom.exe -j8 - jom.exe install - xcopy /s /y ScreenPlay\release ..\PACKAGE