summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
+}