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.pro5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/wayland/wayland.pro b/examples/wayland/wayland.pro
index 6024dd2dd..de3a38249 100644
--- a/examples/wayland/wayland.pro
+++ b/examples/wayland/wayland.pro
@@ -3,7 +3,7 @@ requires(qtConfig(opengl))
TEMPLATE=subdirs
SUBDIRS += \
- qwindow-compositor
+ qwindow-compositor \
minimal-cpp
qtHaveModule(quick) {
@@ -15,7 +15,6 @@ qtHaveModule(quick) {
SUBDIRS += ivi-compositor
qtHaveModule(waylandclient) {
SUBDIRS += \
- custom-extension \
- server-buffer
+ custom-extension
}
}