summaryrefslogtreecommitdiffstats
path: root/examples/wayland/wayland.pro
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@theqtcompany.com>2015-01-02 17:04:18 +0100
committerJørgen Lind <jorgen.lind@theqtcompany.com>2015-08-28 13:09:41 +0200
commite88c2f37097901e228de70c62a0220386038a51a (patch)
tree8f38099e01826c41acd3cbc859fda42ec46aa634 /examples/wayland/wayland.pro
parenta327ca8d8a1f6e0a44a3aa6bd4dac716911c434e (diff)
Add a pure-qml compositor example
It uses the new qml compositor api and implements all the user logic in qml Change-Id: Iac5eca61a9ca71c7d760d32d7aae4910ba5465b3
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 d633fb924..6b9272fc8 100644
--- a/examples/wayland/wayland.pro
+++ b/examples/wayland/wayland.pro
@@ -10,4 +10,5 @@ contains(CONFIG, wayland-compositor) {
}
SUBDIRS += server-buffer
+ SUBDIRS += pure-qml
}