summaryrefslogtreecommitdiffstats
path: root/mkspecs/android-g++
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-07-26 10:50:34 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-07-26 12:21:35 +0200
commit5d51634b4e42892841e10e47d081e10cfd8d3446 (patch)
treed9e1a69d46c298eaca80906b07feb4f0eb657168 /mkspecs/android-g++
parent28ff65f4dc67349ff88e4cd161b6bced7e9bf477 (diff)
Android: Add QT_NO_PRINTER to DEFINES
Printing is not enabled for Android. Change-Id: I5f589a036355fd63a7616fd57eeba1354d91281b Reviewed-by: Paul Olav Tvete <paul.tvete@digia.com>
Diffstat (limited to 'mkspecs/android-g++')
-rw-r--r--mkspecs/android-g++/qmake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/android-g++/qmake.conf b/mkspecs/android-g++/qmake.conf
index 95fa8a9786..48b8e2119a 100644
--- a/mkspecs/android-g++/qmake.conf
+++ b/mkspecs/android-g++/qmake.conf
@@ -4,7 +4,7 @@ QMAKE_PLATFORM = android
QMAKE_COMPILER = gcc
CONFIG += android_install
-DEFINES += QT_NO_PRINTDIALOG
+DEFINES += QT_NO_PRINTER QT_NO_PRINTDIALOG
include(../common/linux.conf)
include(../common/gcc-base-unix.conf)