aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/keyinteraction/keyinteraction.pro
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2012-02-29 17:21:11 +1000
committerQt by Nokia <qt-info@nokia.com>2012-03-20 05:37:59 +0100
commit6051714b12b2c633a8f2800c96c98cef59d4fea1 (patch)
tree7b5989a6b1b289e9e67722549f1815335bf4c913 /examples/quick/keyinteraction/keyinteraction.pro
parenteb0b685bd6ef3a507b1a082aab6fd09a977255bd (diff)
Update MouseArea and KeyInteraction to new guidelines
Change-Id: Icf207005a48fa2a994632a88c4238d821622133c Reviewed-by: Yann Bodson <yann.bodson@nokia.com>
Diffstat (limited to 'examples/quick/keyinteraction/keyinteraction.pro')
-rw-r--r--examples/quick/keyinteraction/keyinteraction.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/quick/keyinteraction/keyinteraction.pro b/examples/quick/keyinteraction/keyinteraction.pro
new file mode 100644
index 0000000000..890d5b1449
--- /dev/null
+++ b/examples/quick/keyinteraction/keyinteraction.pro
@@ -0,0 +1,10 @@
+TEMPLATE = app
+
+QT += quick declarative
+SOURCES += main.cpp
+
+target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/quick/keyinteraction
+qml.files = keyinteraction.qml focus
+qml.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/quick/keyinteraction
+INSTALLS += target qml
+