From 5704cbc462ad0b316a6b55a0f1dadc3c50762ef7 Mon Sep 17 00:00:00 2001 From: Caroline Chao Date: Fri, 7 Sep 2012 14:59:15 +0200 Subject: Test: remove QSKIP from printsupport tests Exclude printsupport tests from the build when QT_NO_PRINTER is defined. Change-Id: Iedae91666a599f4b77250abc8aac14c256fde34e Reviewed-by: J-P Nurmi Reviewed-by: Sergio Ahumada --- tests/auto/auto.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auto/auto.pro') diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index b3906cc247..0cb2ef474d 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -16,7 +16,7 @@ SUBDIRS += \ printsupport \ cmake -wince*: SUBDIRS -= printsupport +wince*|contains(DEFINES, QT_NO_PRINTER): SUBDIRS -= printsupport cross_compile: SUBDIRS -= tools isEmpty(QT.opengl.name): SUBDIRS -= opengl !unix|embedded|!contains(QT_CONFIG, dbus): SUBDIRS -= dbus -- cgit v1.2.3