summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorBogDan Vatra <bogdan@kde.org>2013-11-21 11:17:26 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-23 15:46:19 +0100
commit56493268f71051bda4fd5b23e5af5ef6848f63c9 (patch)
tree4745fecd1304024b8450df748d5a8ac9a6194bae /mkspecs
parentca2440e2b10368c7d8b849ee1b504a7d587dd1a9 (diff)
Prepare for printing support.
There is no real printing support though, it just prepares the land for bringing printing support for API-19+. Change-Id: Iabf78499f8fe1e4d2527e339cee5746acb8f3b3f Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/android-g++/qmake.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/mkspecs/android-g++/qmake.conf b/mkspecs/android-g++/qmake.conf
index 11d62a1efb..e3fa924e23 100644
--- a/mkspecs/android-g++/qmake.conf
+++ b/mkspecs/android-g++/qmake.conf
@@ -4,7 +4,6 @@ QMAKE_PLATFORM = android
QMAKE_COMPILER = gcc
CONFIG += android_install unversioned_soname android_deployment_settings
-DEFINES += QT_NO_PRINTER QT_NO_PRINTDIALOG
include(../common/linux.conf)
include(../common/gcc-base-unix.conf)