aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/xmlhttprequest/xmlhttprequest.qmlproject
diff options
context:
space:
mode:
authorCharles Yin <charles.yin@nokia.com>2012-03-06 12:13:44 +1000
committerQt by Nokia <qt-info@nokia.com>2012-03-13 05:13:50 +0100
commit656d1a147db433518236ad886074d27ed20e70ec (patch)
treecd731719d0de7ee24686d4096600c8a39dff27a9 /examples/qml/xmlhttprequest/xmlhttprequest.qmlproject
parentd3260e2fe2564e39a8e5469a1b77b60b6f97e5a8 (diff)
Refactor XMLHttpRequest example.
Change-Id: I4fd4fa4fb190814e1e32ce847d05ab0015ad4ca0 Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
Diffstat (limited to 'examples/qml/xmlhttprequest/xmlhttprequest.qmlproject')
-rw-r--r--examples/qml/xmlhttprequest/xmlhttprequest.qmlproject16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/qml/xmlhttprequest/xmlhttprequest.qmlproject b/examples/qml/xmlhttprequest/xmlhttprequest.qmlproject
new file mode 100644
index 0000000000..088042a100
--- /dev/null
+++ b/examples/qml/xmlhttprequest/xmlhttprequest.qmlproject
@@ -0,0 +1,16 @@
+import QmlProject 1.0
+
+Project {
+ mainFile: "xmlhttprequest.qml"
+ /* Include .qml, .js, and image files from current directory and subdirectories */
+
+ QmlFiles {
+ directory: "."
+ }
+ JavaScriptFiles {
+ directory: "."
+ }
+ ImageFiles {
+ directory: "."
+ }
+} \ No newline at end of file