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.pro14
1 files changed, 4 insertions, 10 deletions
diff --git a/examples/wayland/wayland.pro b/examples/wayland/wayland.pro
index f9287481b..145e1ec64 100644
--- a/examples/wayland/wayland.pro
+++ b/examples/wayland/wayland.pro
@@ -5,28 +5,22 @@ TEMPLATE=subdirs
qtConfig(opengl) {
SUBDIRS += \
- qwindow-compositor \
minimal-cpp
}
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
}