mirror of
https://github.com/subsurface/subsurface.git
synced 2024-12-01 06:30:26 +00:00
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>
This commit is contained in:
parent
9d74b4dc82
commit
0ab5810a87
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,9 @@ DEFINES += SUBSURFACE_MOBILE BT_SUPPORT BLE_SUPPORT
|
||||||
|
|
||||||
CONFIG += c++11
|
CONFIG += c++11
|
||||||
|
|
||||||
|
CONFIG += qtquickcompiler
|
||||||
|
QTQUICK_COMPILER_SKIPPED_RESOURCES +=
|
||||||
|
|
||||||
SOURCES += ../../subsurface-mobile-main.cpp \
|
SOURCES += ../../subsurface-mobile-main.cpp \
|
||||||
../../subsurface-helper.cpp \
|
../../subsurface-helper.cpp \
|
||||||
../../map-widget/qmlmapwidgethelper.cpp \
|
../../map-widget/qmlmapwidgethelper.cpp \
|
||||||
|
|
Loading…
Reference in a new issue