summaryrefslogtreecommitdiff
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
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>
-rw-r--r--src/src.pro2
-rw-r--r--tests/tests.pro2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/src.pro b/src/src.pro
index 4961552..934df5f 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -1,4 +1,4 @@
TEMPLATE = subdirs
-contains(QT_CONFIG, xcb) {
+qtConfig(xcb) {
SUBDIRS += x11extras
}
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
}