Add QtQuick Compiler.
This commit is contained in:
parent
a317ecc4fc
commit
bead3ed36b
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue