aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/qtquick1/xml/xmlhttprequest/xmlhttprequest.qmlproject
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/qtquick1/xml/xmlhttprequest/xmlhttprequest.qmlproject')
-rw-r--r--examples/declarative/qtquick1/xml/xmlhttprequest/xmlhttprequest.qmlproject19
1 files changed, 0 insertions, 19 deletions
diff --git a/examples/declarative/qtquick1/xml/xmlhttprequest/xmlhttprequest.qmlproject b/examples/declarative/qtquick1/xml/xmlhttprequest/xmlhttprequest.qmlproject
deleted file mode 100644
index 9bd4920371..0000000000
--- a/examples/declarative/qtquick1/xml/xmlhttprequest/xmlhttprequest.qmlproject
+++ /dev/null
@@ -1,19 +0,0 @@
-import QmlProject 1.1
-
-Project {
- mainFile: "xmlhttprequest-example.qml"
-
- /* Include .qml, .js, and image files from current directory and subdirectories */
- QmlFiles {
- directory: "."
- }
- JavaScriptFiles {
- directory: "."
- }
- ImageFiles {
- directory: "."
- }
- Files {
- paths: ["data.xml"]
- }
-}