diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2010-05-18 04:46:49 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2010-05-18 04:46:49 (GMT) |
commit | 690ad58e03fb064e90e2e66e96419d82d9ee343d (patch) | |
tree | 1d69a334a3478779fb5d9a9d686b5d43ed6bf13d /demos | |
parent | 92b783a4ab9687baaf55d732965fe21aa69146a4 (diff) | |
download | Qt-690ad58e03fb064e90e2e66e96419d82d9ee343d.zip Qt-690ad58e03fb064e90e2e66e96419d82d9ee343d.tar.gz Qt-690ad58e03fb064e90e2e66e96419d82d9ee343d.tar.bz2 |
Documentation
Diffstat (limited to 'demos')
-rw-r--r-- | demos/declarative/rssnews/rssnews.qmlproject | 16 |
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 " ] +} |