summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/platforms.pro
diff options
context:
space:
mode:
authorEckhart Koppen <eckhart.koppen@nokia.com>2011-05-18 17:35:04 +0300
committerEckhart Koppen <eckhart.koppen@nokia.com>2011-05-18 17:35:04 +0300
commitb9ee8487e944ceab211d7c5b77ba477e8d638933 (patch)
tree053381d231e6b098c9f8b7809bf3a1ec9a04e4a8 /src/plugins/platforms/platforms.pro
parentf4c1c2f939e1cd6e08197284edb84b202cd6749e (diff)
Enable configuration for Xcb
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
Diffstat (limited to 'src/plugins/platforms/platforms.pro')
-rw-r--r--src/plugins/platforms/platforms.pro3
1 files changed, 3 insertions, 0 deletions
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
+}