summaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
authorKent Hansen <kent.hansen@nokia.com>2012-06-05 14:22:12 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-07 07:24:01 +0200
commit0f241b6f5e4101f70927616c310e63fb95e2e387 (patch)
tree80a74ebeb1a7a81636723420f4a47c796c7f9b19 /tests/auto/auto.pro
parentb194575b8541fba380a80f4db2d950e694c808d2 (diff)
Don't build printsupport autotests when widgets aren't available
Change-Id: Ida376a75f376fc0d3696d715648c7229aec301e2 Reviewed-by: Lars Knoll <lars.knoll@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 81d144dd03..6f945254c8 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -19,5 +19,5 @@ SUBDIRS += \
cross_compile: SUBDIRS -= tools
!contains(QT_CONFIG, opengl): SUBDIRS -= opengl
!unix|embedded|!contains(QT_CONFIG, dbus): SUBDIRS -= dbus
-contains(QT_CONFIG, no-widgets): SUBDIRS -= widgets
+contains(QT_CONFIG, no-widgets): SUBDIRS -= widgets printsupport
!contains(QT_CONFIG, concurrent): SUBDIRS -= concurrent