From 9e1c04344bb5c859e2977e33ece7918237963d18 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 13 Jun 2022 03:29:17 +0000 Subject: [PATCH] mobile: enable MAP_SUPPORT Signed-off-by: Dirk Hohndel --- Subsurface-mobile.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Subsurface-mobile.pro b/Subsurface-mobile.pro index b910be2db..a4a58ed79 100644 --- a/Subsurface-mobile.pro +++ b/Subsurface-mobile.pro @@ -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 \