summaryrefslogtreecommitdiff
path: root/tests/tests.pro
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2016-08-19 12:19:14 +0200
committerLiang Qi <liang.qi@qt.io>2016-08-19 11:54:48 +0000
commit6143e155ad1370f97a24b5ea965c753887082074 (patch)
tree9628d0eba51c715912bb58876503857bdf434a78 /tests/tests.pro
parent643447cca3703f3473e0d21bf18e20fa382bc07a (diff)
downloadqtx11extras-6143e155ad1370f97a24b5ea965c753887082074.tar.gz
Adjust to qtConfig() changes in qtbasev5.8.0-alpha1
Change-Id: I15ab6f816ba30f16cac7f2e3d6ab0ebd549a3ade Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'tests/tests.pro')
-rw-r--r--tests/tests.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tests.pro b/tests/tests.pro
index 2d5ca19..930dee2 100644
--- a/tests/tests.pro
+++ b/tests/tests.pro
@@ -1,5 +1,5 @@
TEMPLATE = subdirs
-contains(QT_CONFIG, xcb) {
+qtConfig(xcb) {
SUBDIRS += auto
}