summaryrefslogtreecommitdiffstats
path: root/examples/wayland/custom-extension/custom-extension.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/custom-extension/custom-extension.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/custom-extension/custom-extension.pro')
-rw-r--r--examples/wayland/custom-extension/custom-extension.pro7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/wayland/custom-extension/custom-extension.pro b/examples/wayland/custom-extension/custom-extension.pro
new file mode 100644
index 000000000..c44464a3d
--- /dev/null
+++ b/examples/wayland/custom-extension/custom-extension.pro
@@ -0,0 +1,7 @@
+TEMPLATE=subdirs
+
+SUBDIRS += client
+SUBDIRS += compositor
+SUBDIRS += testapp
+
+OTHER_FILES += protocol/custom.xml