summaryrefslogtreecommitdiffstats
path: root/examples/wayland/wayland.pro
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@qt.io>2017-04-25 17:17:56 +0200
committerPaul Olav Tvete <paul.tvete@qt.io>2017-04-27 12:58:34 +0000
commit69bbd62a3c93f8142f57ad764db29ecaabbb0ff7 (patch)
treeed579754516c348c7eff65792c86196f22f01f66 /examples/wayland/wayland.pro
parenta0c3d2c5863f379683e8cb3f0143c80cb9312c60 (diff)
Remove non-functional example
The server-buffer example does not work, and probably has not worked for a long time. This example was written for an early version of Wayland, and the APIs have changed since then. Change-Id: If647c7085aaaae87c06010bd28896fa8bfc4bdcc Reviewed-by: Pier Luigi Fiorini <pierluigi.fiorini@liri.io> 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, 1 insertions, 2 deletions
diff --git a/examples/wayland/wayland.pro b/examples/wayland/wayland.pro
index 6024dd2dd..876785808 100644
--- a/examples/wayland/wayland.pro
+++ b/examples/wayland/wayland.pro
@@ -15,7 +15,6 @@ qtHaveModule(quick) {
SUBDIRS += ivi-compositor
qtHaveModule(waylandclient) {
SUBDIRS += \
- custom-extension \
- server-buffer
+ custom-extension
}
}