summaryrefslogtreecommitdiffstats
path: root/examples/wayland/wayland.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/wayland/wayland.pro')
-rw-r--r--examples/wayland/wayland.pro13
1 files changed, 4 insertions, 9 deletions
diff --git a/examples/wayland/wayland.pro b/examples/wayland/wayland.pro
index e7ff0a164..145e1ec64 100644
--- a/examples/wayland/wayland.pro
+++ b/examples/wayland/wayland.pro
@@ -11,21 +11,16 @@ qtConfig(opengl) {
qtHaveModule(quick) {
SUBDIRS += minimal-qml
SUBDIRS += spanning-screens
- SUBDIRS += pure-qml
+ SUBDIRS += fancy-compositor
SUBDIRS += multi-output
SUBDIRS += multi-screen
SUBDIRS += overview-compositor
SUBDIRS += ivi-compositor
SUBDIRS += server-side-decoration
+ SUBDIRS += qtshell
qtHaveModule(waylandclient) {
SUBDIRS += \
- custom-extension
-
- qtConfig(opengl) {
- SUBDIRS += \
- server-buffer \
- texture-sharing
- }
+ custom-extension \
+ custom-shell
}
- SUBDIRS += hwlayer-compositor
}