summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/platforms.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/platforms/platforms.pro')
-rw-r--r--src/plugins/platforms/platforms.pro14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/plugins/platforms/platforms.pro b/src/plugins/platforms/platforms.pro
index 167602901..ab8c9347e 100644
--- a/src/plugins/platforms/platforms.pro
+++ b/src/plugins/platforms/platforms.pro
@@ -1,6 +1,5 @@
TEMPLATE=subdirs
CONFIG+=ordered
-SUBDIRS += wayland_common
equals(QT_WAYLAND_GL_CONFIG, nogl) {
SUBDIRS += qwayland-nogl
@@ -9,17 +8,4 @@ equals(QT_WAYLAND_GL_CONFIG, nogl) {
SUBDIRS += qwayland-egl
}
- #The following integrations are only useful with QtCompositor
- contains(CONFIG, wayland-compositor) {
- config_brcm_egl {
- SUBDIRS += qwayland-brcm-egl
- }
- config_xcomposite {
- config_egl {
- SUBDIRS += qwayland-xcomposite-egl
- } else:config_glx {
- SUBDIRS += qwayland-xcomposite-glx
- }
- }
- }
}