mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
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>
This commit is contained in:
parent
df12944c93
commit
42df3528a0
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue