mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Remove usermanual when building for Android
Our usermanual is based on webkit, and thats not supported in Qt for Android. We should probably replace it with a Android native webview somehow. Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
42df3528a0
commit
605cff32a5
5 changed files with 17 additions and 4 deletions
|
|
@ -139,7 +139,7 @@ isEmpty(LIBGIT2DEVEL) {
|
|||
link_pkgconfig: packagesExist(libiconv): PKGCONFIG += libiconv
|
||||
|
||||
# disable things when were on android
|
||||
contains(QMAKE_PLATFORM, android): DEFINES += NO_MARBLE
|
||||
contains(QMAKE_PLATFORM, android): DEFINES += NO_MARBLE NO_USERMANUAL
|
||||
|
||||
#
|
||||
# Find libmarble
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue