aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/threading/threading.qmlproject
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2012-03-19 15:45:05 +1000
committerQt by Nokia <qt-info@nokia.com>2012-03-20 05:37:59 +0100
commiteb0b685bd6ef3a507b1a082aab6fd09a977255bd (patch)
treeb49f108c13d770666174a274d74aff3764cbf3fd /examples/quick/threading/threading.qmlproject
parent61b2c9198dd757519e8afc21d29f469bb8bc8aa8 (diff)
Adapt threading examples to new launcher format
Change-Id: Ibfe8732efb71ff49c19724abb8202ca63262150e Reviewed-by: Chris Adams <christopher.adams@nokia.com>
Diffstat (limited to 'examples/quick/threading/threading.qmlproject')
-rw-r--r--examples/quick/threading/threading.qmlproject16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/quick/threading/threading.qmlproject b/examples/quick/threading/threading.qmlproject
new file mode 100644
index 0000000000..d17405d4dc
--- /dev/null
+++ b/examples/quick/threading/threading.qmlproject
@@ -0,0 +1,16 @@
+import QmlProject 1.1
+
+Project {
+ mainFile: "threading.qml"
+
+ /* Include .qml, .js, and image files from current directory and subdirectories */
+ QmlFiles {
+ directory: "."
+ }
+ JavaScriptFiles {
+ directory: "."
+ }
+ ImageFiles {
+ directory: "."
+ }
+}