aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/xmlhttprequest/xmlhttprequest.pro
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.pro
parentd3260e2fe2564e39a8e5469a1b77b60b6f97e5a8 (diff)
Refactor XMLHttpRequest example.
Change-Id: I4fd4fa4fb190814e1e32ce847d05ab0015ad4ca0 Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
Diffstat (limited to 'examples/qml/xmlhttprequest/xmlhttprequest.pro')
-rw-r--r--examples/qml/xmlhttprequest/xmlhttprequest.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/qml/xmlhttprequest/xmlhttprequest.pro b/examples/qml/xmlhttprequest/xmlhttprequest.pro
new file mode 100644
index 0000000000..468afdfc65
--- /dev/null
+++ b/examples/qml/xmlhttprequest/xmlhttprequest.pro
@@ -0,0 +1,9 @@
+TEMPLATE = app
+
+QT += quick qml
+SOURCES += main.cpp
+
+target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qtquick/xmlhttprequest
+qml.files = xmlhttprequest.qml get.qml
+qml.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qtquick/xmlhttprequest
+INSTALLS += target qml \ No newline at end of file