summaryrefslogtreecommitdiffstats
path: root/examples/wayland/custom-extension/custom-extension.pro
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@gmail.com>2016-09-03 13:58:38 +0200
committerPaul Olav Tvete <paul.tvete@qt.io>2016-09-08 13:26:35 +0000
commit004c6ffdbdb91f215364740a1975b37fe54b757c (patch)
tree5284348819486de178c51209f95482e10847c1c5 /examples/wayland/custom-extension/custom-extension.pro
parent7310fd4c925df7a3de0ae63e44ba0627228adc84 (diff)
Simplify custom-extension example
Don't confuse people by creating the extension inside a platform plugin. It's only necessary when modifying Qt's default behaviour, and we're not going to teach that in this example. Also remove the load/unload extension logic from the qml example. Don't make people believe that they have to use a loader. Change-Id: Id263bb7d77fba176bfb8b6843a6ece9a0a203754 Reviewed-by: Johan Helsing <johan.helsing@qt.io> Reviewed-by: Pier Luigi Fiorini <pierluigi.fiorini@hawaiios.org>
Diffstat (limited to 'examples/wayland/custom-extension/custom-extension.pro')
-rw-r--r--examples/wayland/custom-extension/custom-extension.pro7
1 files changed, 2 insertions, 5 deletions
diff --git a/examples/wayland/custom-extension/custom-extension.pro b/examples/wayland/custom-extension/custom-extension.pro
index 73e1eff7e..ada911349 100644
--- a/examples/wayland/custom-extension/custom-extension.pro
+++ b/examples/wayland/custom-extension/custom-extension.pro
@@ -1,10 +1,7 @@
TEMPLATE=subdirs
-SUBDIRS += client \
- qmltestapp
+SUBDIRS += qml-client
SUBDIRS += compositor
-SUBDIRS += testapp
-
-qmltestapp.depends = client
+SUBDIRS += cpp-client
OTHER_FILES += protocol/custom.xml