summaryrefslogtreecommitdiffstats
path: root/subsurface-configure.pri
diff options
context:
space:
mode:
authorGravatar Anton Lundin <glance@acc.umu.se>2014-03-26 23:08:58 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-03-27 10:40:52 -0700
commit42df3528a07bbd097226151cb50c122210f47bf9 (patch)
treec2d316f71a4e17f322cb04db6ab1c41083ba61ea /subsurface-configure.pri
parentdf12944c939d618fe2d2629e990c6355d402545c (diff)
downloadsubsurface-42df3528a07bbd097226151cb50c122210f47bf9.tar.gz
Disable marble on Android
marble uses webkit, and thats not compatible with Android. Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface-configure.pri')
-rw-r--r--subsurface-configure.pri3
1 files changed, 3 insertions, 0 deletions
diff --git a/subsurface-configure.pri b/subsurface-configure.pri
index 84e259941..28c567f4e 100644
--- a/subsurface-configure.pri
+++ b/subsurface-configure.pri
@@ -138,6 +138,9 @@ isEmpty(LIBGIT2DEVEL) {
# Add libiconv if needed
link_pkgconfig: packagesExist(libiconv): PKGCONFIG += libiconv
+# disable things when were on android
+contains(QMAKE_PLATFORM, android): DEFINES += NO_MARBLE
+
#
# Find libmarble
#