summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2012-12-21 10:47:28 +0100
committerDavid Faure (KDE) <faure@kde.org>2012-12-21 15:57:33 +0100
commit23edef9908802c0b25e73821ac33e578c7acee96 (patch)
tree28c1c23961d4ddca505da1bb0ed03c22501d0959
parent08538ee4a6d044b00b94550a5be713dce5ac9927 (diff)
downloadqtx11extras-23edef9908802c0b25e73821ac33e578c7acee96.tar.gz
Skip tests too on platforms without XCB
Change-Id: I87821d698ea50359b63da569818a2ded6ee865d8 Reviewed-by: Simo Fält <simo.falt@digia.com> Reviewed-by: Richard J. Moore <rich@kde.org>
-rw-r--r--tests/tests.pro5
1 files changed, 4 insertions, 1 deletions
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
+}