mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Remove printing when building for Android
Qt for Android doesn't support printing. Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
605cff32a5
commit
198199adae
4 changed files with 20 additions and 6 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 NO_USERMANUAL
|
||||
contains(QMAKE_PLATFORM, android): DEFINES += NO_MARBLE NO_USERMANUAL NO_PRINTING
|
||||
|
||||
#
|
||||
# Find libmarble
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue