aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/keyinteraction/keyinteraction.qmlproject
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.qmlproject
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.qmlproject')
-rw-r--r--examples/quick/keyinteraction/keyinteraction.qmlproject16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/quick/keyinteraction/keyinteraction.qmlproject b/examples/quick/keyinteraction/keyinteraction.qmlproject
new file mode 100644
index 0000000000..e8cbc449d5
--- /dev/null
+++ b/examples/quick/keyinteraction/keyinteraction.qmlproject
@@ -0,0 +1,16 @@
+import QmlProject 1.1
+
+Project {
+ mainFile: "keyinteraction.qml"
+
+ /* Include .qml, .js, and image files from current directory and subdirectories */
+ QmlFiles {
+ directory: "."
+ }
+ JavaScriptFiles {
+ directory: "."
+ }
+ ImageFiles {
+ directory: "."
+ }
+}