Add qmldir.
This commit is contained in:
parent
babe614555
commit
cc55793e77
|
@ -13,7 +13,7 @@ script:
|
||||||
- qmake spectral.pro PREFIX="${DEPLOY_DIR}"
|
- qmake spectral.pro PREFIX="${DEPLOY_DIR}"
|
||||||
- make
|
- make
|
||||||
- make install
|
- make install
|
||||||
- macdeployqt ${DEPLOY_DIR}/bin/spectral.app -dmg -qmldir=qml
|
- macdeployqt ${DEPLOY_DIR}/bin/spectral.app -dmg -qmldir=qml -qmldir=imports
|
||||||
|
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- mv ${DEPLOY_DIR}/bin/spectral.dmg ./
|
- mv ${DEPLOY_DIR}/bin/spectral.dmg ./
|
||||||
|
|
Loading…
Reference in New Issue