From 448211f022507c6e7787e47aca4b3f12e3f12d94 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Mon, 12 Sep 2016 13:56:18 +0200 Subject: Make sure we find the xcb feature from QtGui Required to be able to continue to compile this module with the modularized configure Change-Id: Idd5984576ba770cccd2312e91dbd2ff2bcc55fab Reviewed-by: Oswald Buddenhagen --- src/src.pro | 1 + tests/tests.pro | 1 + 2 files changed, 2 insertions(+) diff --git a/src/src.pro b/src/src.pro index 934df5f..b1a97ea 100644 --- a/src/src.pro +++ b/src/src.pro @@ -1,4 +1,5 @@ TEMPLATE = subdirs +QT_FOR_CONFIG += gui-private qtConfig(xcb) { SUBDIRS += x11extras } diff --git a/tests/tests.pro b/tests/tests.pro index 930dee2..d1a5e17 100644 --- a/tests/tests.pro +++ b/tests/tests.pro @@ -1,4 +1,5 @@ TEMPLATE = subdirs +QT_FOR_CONFIG += gui-private qtConfig(xcb) { SUBDIRS += auto -- cgit v1.2.1