summaryrefslogtreecommitdiffstats
path: root/examples/wayland/wayland.pro
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@theqtcompany.com>2015-10-09 10:27:04 +0200
committerPaul Olav Tvete <paul.tvete@theqtcompany.com>2015-10-23 13:25:04 +0000
commit81627842fe961e3b6a3cef29dac9c98c8f2e30c9 (patch)
tree2c02c0e0366bc8a054cb5cde212ef5a3b806b692 /examples/wayland/wayland.pro
parent704fc65fcfe9ecbd925fe393423ea212a4b9bdf0 (diff)
New custom extension example
The example implements a simple Wayland extension that doesn't do anything useful. It contains a custom compositor and a wayland platform plugin. Change-Id: I88df4b20f328a32fca33b8d013d253611539526f Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com>
Diffstat (limited to 'examples/wayland/wayland.pro')
-rw-r--r--examples/wayland/wayland.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/wayland/wayland.pro b/examples/wayland/wayland.pro
index e1764217c..91c68b89f 100644
--- a/examples/wayland/wayland.pro
+++ b/examples/wayland/wayland.pro
@@ -5,6 +5,7 @@ SUBDIRS += qwindow-compositor
qtHaveModule(quick) {
SUBDIRS += pure-qml
SUBDIRS += multi-output
+ SUBDIRS += custom-extension
}
SUBDIRS += server-buffer