mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +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
|
||||
|
||||
DEFINES += SUBSURFACE_MOBILE BT_SUPPORT BLE_SUPPORT
|
||||
DEFINES += SUBSURFACE_MOBILE BT_SUPPORT BLE_SUPPORT MAP_SUPPORT
|
||||
|
||||
CONFIG += c++17
|
||||
CONFIG += qtquickcompiler
|
||||
|
@ -347,7 +347,7 @@ android {
|
|||
core/serial_usb_android.cpp
|
||||
|
||||
# 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
|
||||
RESOURCES += packaging/android/translations.qrc \
|
||||
android-mobile/font.qrc \
|
||||
|
|
Loading…
Reference in a new issue