diff options
-rw-r--r-- | src/src.pro | 2 | ||||
-rw-r--r-- | tests/tests.pro | 2 |
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 } |