diff options
| author | 2014-03-26 23:35:24 +0100 | |
|---|---|---|
| committer | 2014-03-27 10:41:52 -0700 | |
| commit | 605cff32a51bf8b5b7dba73fc18622afded39539 (patch) | |
| tree | 86649ccbd29ffc5fef10a7b8442cad9868d6c41e /subsurface-configure.pri | |
| parent | 42df3528a07bbd097226151cb50c122210f47bf9 (diff) | |
| download | subsurface-605cff32a51bf8b5b7dba73fc18622afded39539.tar.gz | |
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>
Diffstat (limited to 'subsurface-configure.pri')
| -rw-r--r-- | subsurface-configure.pri | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subsurface-configure.pri b/subsurface-configure.pri index 28c567f4e..14e5cef67 100644 --- a/subsurface-configure.pri +++ b/subsurface-configure.pri @@ -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 |