summaryrefslogtreecommitdiffstats
path: root/demos/declarative/rssnews/rssnews.qmlproject
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2010-05-18 04:46:49 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2010-05-18 04:46:49 (GMT)
commit690ad58e03fb064e90e2e66e96419d82d9ee343d (patch)
tree1d69a334a3478779fb5d9a9d686b5d43ed6bf13d /demos/declarative/rssnews/rssnews.qmlproject
parent92b783a4ab9687baaf55d732965fe21aa69146a4 (diff)
downloadQt-690ad58e03fb064e90e2e66e96419d82d9ee343d.zip
Qt-690ad58e03fb064e90e2e66e96419d82d9ee343d.tar.gz
Qt-690ad58e03fb064e90e2e66e96419d82d9ee343d.tar.bz2
Documentation
Diffstat (limited to 'demos/declarative/rssnews/rssnews.qmlproject')
-rw-r--r--demos/declarative/rssnews/rssnews.qmlproject16
1 files changed, 16 insertions, 0 deletions
diff --git a/demos/declarative/rssnews/rssnews.qmlproject b/demos/declarative/rssnews/rssnews.qmlproject
new file mode 100644
index 0000000..d4909f8
--- /dev/null
+++ b/demos/declarative/rssnews/rssnews.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 " ]
+}