aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/xml
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2011-05-10 19:37:39 +0200
committerDavid Boddie <david.boddie@nokia.com>2011-05-23 14:27:59 +0200
commitf766a992b15be90e3e7f46f548acab78726c7ece (patch)
treee8763ca1a09c27c37f76d3956a9643f12b3d7346 /examples/declarative/xml
parent6146287cb3dac27691895f99c7f9bf3215730bd9 (diff)
Doc: Added missing project and desktop files.
Diffstat (limited to 'examples/declarative/xml')
-rw-r--r--examples/declarative/xml/xmlhttprequest/xmlhttprequest.qmlproject16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/declarative/xml/xmlhttprequest/xmlhttprequest.qmlproject b/examples/declarative/xml/xmlhttprequest/xmlhttprequest.qmlproject
new file mode 100644
index 0000000000..d4909f8685
--- /dev/null
+++ b/examples/declarative/xml/xmlhttprequest/xmlhttprequest.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 " ]
+}