summaryrefslogtreecommitdiffstats
path: root/examples/wayland/wayland.pro
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@qt.io>2017-06-28 08:53:33 +0200
committerPaul Olav Tvete <paul.tvete@qt.io>2017-08-16 09:56:43 +0000
commit974ea152751819f5dfa6ddfe39e6db526002ad33 (patch)
treee9f4cee3a9f2c76cba09f62891256be86bf0bb7d /examples/wayland/wayland.pro
parentb858ac992839b5f59de1a865be6460f00ac8f061 (diff)
Reintroduce the server-buffer example
The old, non-functional server-buffer example was removed in change 69bbd62a3c93f8142f57ad764db29ecaabbb0ff7. This is a reimplementation of the old example, based on the new server buffer API, and using the current Qt Wayland Compositor API. Change-Id: Idc455eab070fce35c5897dc7be53002c1bb6147a Reviewed-by: Johan Helsing <johan.helsing@qt.io>
Diffstat (limited to 'examples/wayland/wayland.pro')
-rw-r--r--examples/wayland/wayland.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/wayland/wayland.pro b/examples/wayland/wayland.pro
index de3a38249..9da43fbd7 100644
--- a/examples/wayland/wayland.pro
+++ b/examples/wayland/wayland.pro
@@ -15,6 +15,7 @@ qtHaveModule(quick) {
SUBDIRS += ivi-compositor
qtHaveModule(waylandclient) {
SUBDIRS += \
- custom-extension
+ custom-extension \
+ server-buffer
}
}