summaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
diff options
context:
space:
mode:
authorKeränen Pasi <pasi.keranen@digia.com>2013-11-22 10:22:41 +0200
committerPasi Keränen <pasi.keranen@digia.com>2013-11-25 09:13:54 +0200
commit8b55f6d7a7d8772553d7d2cc3647fb7465b9dc32 (patch)
treebecb644b11aa959e5f49ac40220582867484fca2 /examples/examples.pro
parent6ecfae79d976a6d9b352b82b4a8f9d8fb7bf2564 (diff)
Example of customising input from QML .
Example documentation will be done in separate task. Task: QTRD-2562 Change-Id: Ifa63019ba1192ac605b87ba1202a9ef7a530ce7c Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Diffstat (limited to 'examples/examples.pro')
-rw-r--r--examples/examples.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index 7d9f306a..5ecc27aa 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -1,7 +1,8 @@
TEMPLATE = subdirs
SUBDIRS += qmlbars \
qmlscatter \
- qmlsurface
+ qmlsurface \
+ qmlcustominput
!android: {
SUBDIRS += bars \
customproxy \