diff options
author | jan Iversen <jan@casacondor.com> | 2019-12-21 14:51:23 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-12-24 03:52:40 +0900 |
commit | 0ab5810a874c91c5b9b033c0152518bd9bff0394 (patch) | |
tree | e3461e3e42b4bfb8560f4b18c9d47333dac73619 /packaging | |
parent | 9d74b4dc826054b11ef8d71bf1892c008f3e95c8 (diff) | |
download | subsurface-0ab5810a874c91c5b9b033c0152518bd9bff0394.tar.gz |
build-system: iOS, activate qml compiler
Activate use of qml compiler, which provides:
- more error detection at compile time
- fast qml
- smaller footprint
Signed-off-by: Jan Iversen <jani@apache.org>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/ios/Subsurface-mobile.pro | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packaging/ios/Subsurface-mobile.pro b/packaging/ios/Subsurface-mobile.pro index 5ed283869..e383f2826 100644 --- a/packaging/ios/Subsurface-mobile.pro +++ b/packaging/ios/Subsurface-mobile.pro @@ -6,6 +6,9 @@ DEFINES += SUBSURFACE_MOBILE BT_SUPPORT BLE_SUPPORT CONFIG += c++11 +CONFIG += qtquickcompiler +QTQUICK_COMPILER_SKIPPED_RESOURCES += + SOURCES += ../../subsurface-mobile-main.cpp \ ../../subsurface-helper.cpp \ ../../map-widget/qmlmapwidgethelper.cpp \ |