From 23edef9908802c0b25e73821ac33e578c7acee96 Mon Sep 17 00:00:00 2001 From: David Faure Date: Fri, 21 Dec 2012 10:47:28 +0100 Subject: Skip tests too on platforms without XCB MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I87821d698ea50359b63da569818a2ded6ee865d8 Reviewed-by: Simo Fält Reviewed-by: Richard J. Moore --- tests/tests.pro | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/tests.pro b/tests/tests.pro index 85e4f3a..2d5ca19 100644 --- a/tests/tests.pro +++ b/tests/tests.pro @@ -1,2 +1,5 @@ TEMPLATE = subdirs -SUBDIRS += auto + +contains(QT_CONFIG, xcb) { + SUBDIRS += auto +} -- cgit v1.2.1