summaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
authorCaroline Chao <caroline.chao@nokia.com>2012-09-07 14:59:15 +0200
committerQt by Nokia <qt-info@nokia.com>2012-09-13 19:33:08 +0200
commitcecc2c6851df9cad55595eb534b11a15e3ff738f (patch)
tree092268ab58cf20923536ffe270a2bd3ccad372a6 /tests/auto/auto.pro
parent906f62c5455c0df313d99016eef30dd13dc843db (diff)
Test: Redo remove QSKIP from printsupport tests
Redoing 5704cbc462ad0b316a6b55a0f1dadc3c50762ef This can't work, because the define comes from qconfig.h, not qmake. Skipping initTestCase and cleanupTestCase when QT_NO_PRINTER is defined. Change-Id: I2527c018294b7518a4692f2c93da933848640b5d Reviewed-by: J-P Nurmi <j-p.nurmi@nokia.com>
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 0cb2ef474d..b3906cc247 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -16,7 +16,7 @@ SUBDIRS += \
printsupport \
cmake
-wince*|contains(DEFINES, QT_NO_PRINTER): SUBDIRS -= printsupport
+wince*: SUBDIRS -= printsupport
cross_compile: SUBDIRS -= tools
isEmpty(QT.opengl.name): SUBDIRS -= opengl
!unix|embedded|!contains(QT_CONFIG, dbus): SUBDIRS -= dbus