summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGravatar jan Iversen <jan@casacondor.com>2019-12-21 14:51:23 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-12-24 03:52:40 +0900
commit0ab5810a874c91c5b9b033c0152518bd9bff0394 (patch)
treee3461e3e42b4bfb8560f4b18c9d47333dac73619 /packaging
parent9d74b4dc826054b11ef8d71bf1892c008f3e95c8 (diff)
downloadsubsurface-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.pro3
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 \