summaryrefslogtreecommitdiffstats
path: root/examples/wayland/custom-extension/custom-extension.pro
diff options
context:
space:
mode:
authorErik Larsson <erik@ortogonal.com>2016-02-27 23:00:02 +0100
committerErik Larsson <erik@ortogonal.com>2016-04-21 11:29:56 +0000
commitbfa66ccb29f747e2cb07a4f2e561b165be9f211d (patch)
tree35745d3f2ee0772bb9fe18ca5e309001396d21de /examples/wayland/custom-extension/custom-extension.pro
parentfb417c301cace4825d13e818e4e7e4e1b966c630 (diff)
Add QML api for client side extension.
This makes it simple to use client-side extensions in QML. The only thing that the user needs to do is register the extension class using qmlRegisterType() and the use the extension in QML. Also adds simple QML example which uses client-side extension. Change-Id: I2db99861d97c7bca5cfdbf86ba3a8ccc50fb24b0 Reviewed-by: Giulio Camuffo <giulio.camuffo@kdab.com>
Diffstat (limited to 'examples/wayland/custom-extension/custom-extension.pro')
-rw-r--r--examples/wayland/custom-extension/custom-extension.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/wayland/custom-extension/custom-extension.pro b/examples/wayland/custom-extension/custom-extension.pro
index c44464a3d..1e56b79c4 100644
--- a/examples/wayland/custom-extension/custom-extension.pro
+++ b/examples/wayland/custom-extension/custom-extension.pro
@@ -1,6 +1,7 @@
TEMPLATE=subdirs
-SUBDIRS += client
+SUBDIRS += client \
+ qmltestapp
SUBDIRS += compositor
SUBDIRS += testapp