summaryrefslogtreecommitdiffstats
path: root/examples/declarative/touchinteraction/mousearea/mousearea-example/qml/mousearea.qmlproject
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2011-05-11 15:35:46 (GMT)
committerDavid Boddie <david.boddie@nokia.com>2011-05-11 15:35:46 (GMT)
commit0d0165e5e2eac13ae298739d9b5baed1a5a24358 (patch)
treeca529e33887ce121856086625d8f2c91bb764b61 /examples/declarative/touchinteraction/mousearea/mousearea-example/qml/mousearea.qmlproject
parent586258bfb520452860d8ff94c2db132d6ffd9e42 (diff)
downloadQt-0d0165e5e2eac13ae298739d9b5baed1a5a24358.zip
Qt-0d0165e5e2eac13ae298739d9b5baed1a5a24358.tar.gz
Qt-0d0165e5e2eac13ae298739d9b5baed1a5a24358.tar.bz2
Squashed commit of changes from the 4.8-temp branch.
Diffstat (limited to 'examples/declarative/touchinteraction/mousearea/mousearea-example/qml/mousearea.qmlproject')
-rw-r--r--examples/declarative/touchinteraction/mousearea/mousearea-example/qml/mousearea.qmlproject16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/declarative/touchinteraction/mousearea/mousearea-example/qml/mousearea.qmlproject b/examples/declarative/touchinteraction/mousearea/mousearea-example/qml/mousearea.qmlproject
new file mode 100644
index 0000000..d4909f8
--- /dev/null
+++ b/examples/declarative/touchinteraction/mousearea/mousearea-example/qml/mousearea.qmlproject
@@ -0,0 +1,16 @@
+import QmlProject 1.0
+
+Project {
+ /* Include .qml, .js, and image files from current directory and subdirectories */
+ QmlFiles {
+ directory: "."
+ }
+ JavaScriptFiles {
+ directory: "."
+ }
+ ImageFiles {
+ directory: "."
+ }
+ /* List of plugin directories passed to QML runtime */
+ // importPaths: [ " ../exampleplugin " ]
+}