From bead3ed36b2b502771abfc4c4534b45701d9ef70 Mon Sep 17 00:00:00 2001 From: Black Hat Date: Mon, 15 Oct 2018 02:31:31 +0000 Subject: [PATCH] Add QtQuick Compiler. --- .appveyor.yml | 2 +- .gitlab-ci.yml | 2 +- .travis.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index be886ca..33a1d42 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -17,7 +17,7 @@ before_build: - git submodule update --init --recursive build_script: - - qmake spectral.pro PREFIX="%DEPLOY_DIR%" + - qmake spectral.pro CONFIG+=qtquickcompiler PREFIX="%DEPLOY_DIR%" - nmake after_build: diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2b66538..07f46a9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,7 +23,7 @@ build-appimage: - git submodule update --init --recursive script: - /opt/qt511/bin/qt511-env.sh - - /opt/qt511/bin/qmake CONFIG+=release PREFIX=deploy + - /opt/qt511/bin/qmake CONFIG+=release CONFIG+=qtquickcompiler PREFIX=deploy - make - make install - /usr/bin/linuxdeployqt-continuous-x86_64.AppImage deploy/share/applications/org.eu.encom.spectral.desktop -appimage -qmldir=qml -qmldir=imports -qmake=/opt/qt511/bin/qmake diff --git a/.travis.yml b/.travis.yml index 2f971e3..4241fc0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ install: - git submodule update --init --recursive script: -- qmake spectral.pro PREFIX="${DEPLOY_DIR}" +- qmake spectral.pro CONFIG+=qtquickcompiler PREFIX="${DEPLOY_DIR}" - make - make install - macdeployqt ${DEPLOY_DIR}/bin/spectral.app -dmg -qmldir=qml -qmldir=imports