mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +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
|
# Add libiconv if needed
|
||||||
link_pkgconfig: packagesExist(libiconv): PKGCONFIG += libiconv
|
link_pkgconfig: packagesExist(libiconv): PKGCONFIG += libiconv
|
||||||
|
|
||||||
|
# disable things when were on android
|
||||||
|
contains(QMAKE_PLATFORM, android): DEFINES += NO_MARBLE
|
||||||
|
|
||||||
#
|
#
|
||||||
# Find libmarble
|
# Find libmarble
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Reference in a new issue