From 0f241b6f5e4101f70927616c310e63fb95e2e387 Mon Sep 17 00:00:00 2001 From: Kent Hansen Date: Tue, 5 Jun 2012 14:22:12 +0200 Subject: Don't build printsupport autotests when widgets aren't available Change-Id: Ida376a75f376fc0d3696d715648c7229aec301e2 Reviewed-by: Lars Knoll --- tests/auto/auto.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 -- cgit v1.2.3