From b9ee8487e944ceab211d7c5b77ba477e8d638933 Mon Sep 17 00:00:00 2001 From: Eckhart Koppen Date: Wed, 18 May 2011 17:35:04 +0300 Subject: Enable configuration for Xcb MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The xcb platform plugin can now be enabled using -xcb at configuration time. A configuration time compilation check will be added at a later point. Reviewed-by: Samuel Rødal --- src/plugins/platforms/platforms.pro | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/plugins/platforms/platforms.pro') diff --git a/src/plugins/platforms/platforms.pro b/src/plugins/platforms/platforms.pro index 57015e7924..492569796f 100644 --- a/src/plugins/platforms/platforms.pro +++ b/src/plugins/platforms/platforms.pro @@ -6,3 +6,6 @@ contains(QT_CONFIG, wayland) { SUBDIRS += wayland } +contains(QT_CONFIG, xcb) { + SUBDIRS += xcb +} -- cgit v1.2.3