summaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@digia.com>2013-02-19 13:09:44 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-02-19 19:20:58 +0100
commit1a6bea1ceb64a2cd2ad29b44dfe2bdb29d28f75f (patch)
tree16cf84afe4ee14b35c7ca181a5dee2508f654202 /tests/auto/auto.pro
parent53dc49ffc8c2e9e84d80b3e0bbef948e99172f9a (diff)
Check for printsupport module when building according auto tests
Change-Id: I9bade7b31c75331190960cb14dee6840e3582c50 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 037883aa18..758d89ab72 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -20,6 +20,7 @@ wince*: SUBDIRS -= printsupport
cross_compile: SUBDIRS -= tools
!qtHaveModule(opengl): SUBDIRS -= opengl
!unix|embedded|!qtHaveModule(dbus): SUBDIRS -= dbus
-!qtHaveModule(widgets): SUBDIRS -= widgets printsupport
+!qtHaveModule(widgets): SUBDIRS -= widgets
+!qtHaveModule(printsupport): SUBDIRS -= printsupport
!qtHaveModule(concurrent): SUBDIRS -= concurrent
!qtHaveModule(network): SUBDIRS -= network