mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
mobile: enable MAP_SUPPORT
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
3629a87fcc
commit
9e1c04344b
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ TEMPLATE = app
|
||||||
|
|
||||||
QT += qml quick quickcontrols2 widgets positioning concurrent svg bluetooth
|
QT += qml quick quickcontrols2 widgets positioning concurrent svg bluetooth
|
||||||
|
|
||||||
DEFINES += SUBSURFACE_MOBILE BT_SUPPORT BLE_SUPPORT
|
DEFINES += SUBSURFACE_MOBILE BT_SUPPORT BLE_SUPPORT MAP_SUPPORT
|
||||||
|
|
||||||
CONFIG += c++17
|
CONFIG += c++17
|
||||||
CONFIG += qtquickcompiler
|
CONFIG += qtquickcompiler
|
||||||
|
@ -347,7 +347,7 @@ android {
|
||||||
core/serial_usb_android.cpp
|
core/serial_usb_android.cpp
|
||||||
|
|
||||||
# ironically, we appear to need to include the Kirigami shaders here
|
# ironically, we appear to need to include the Kirigami shaders here
|
||||||
# as they aren't found when we assume that they are part of the
|
# as they are not found when we assume that they are part of the
|
||||||
# libkirigami library
|
# libkirigami library
|
||||||
RESOURCES += packaging/android/translations.qrc \
|
RESOURCES += packaging/android/translations.qrc \
|
||||||
android-mobile/font.qrc \
|
android-mobile/font.qrc \
|
||||||
|
|
Loading…
Add table
Reference in a new issue