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.pro19
1 files changed, 8 insertions, 11 deletions
diff --git a/src/plugins/platforms/platforms.pro b/src/plugins/platforms/platforms.pro
index 43c02be03..4bee89291 100644
--- a/src/plugins/platforms/platforms.pro
+++ b/src/plugins/platforms/platforms.pro
@@ -7,16 +7,13 @@ config_wayland_egl {
SUBDIRS += qwayland-egl
}
-#The following integrations are only useful with QtCompositor
-contains(CONFIG, wayland-compositor) {
- config_brcm_egl: \
- SUBDIRS += qwayland-brcm-egl
+#The following integrations are only useful with QtWaylandCompositor
+config_brcm_egl: \
+ SUBDIRS += qwayland-brcm-egl
- config_xcomposite {
- contains(QT_CONFIG, egl): \
- SUBDIRS += qwayland-xcomposite-egl
- !contains(QT_CONFIG, opengles2):config_glx: \
- SUBDIRS += qwayland-xcomposite-glx
- }
+config_xcomposite {
+ contains(QT_CONFIG, egl): \
+ SUBDIRS += qwayland-xcomposite-egl
+ !contains(QT_CONFIG, opengles2):config_glx: \
+ SUBDIRS += qwayland-xcomposite-glx
}
-