diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2010-04-20 00:56:00 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2010-04-20 00:56:54 (GMT) |
commit | 8efa7be3fd66119753730be643d0882afe329348 (patch) | |
tree | ab3d0092e7e5d9c7da5fdd4fca4204022cba5fff /examples/declarative/examples.qmlproject | |
parent | 0574eded91a1cb37299917541f3afb51cba5b014 (diff) | |
download | Qt-8efa7be3fd66119753730be643d0882afe329348.zip Qt-8efa7be3fd66119753730be643d0882afe329348.tar.gz Qt-8efa7be3fd66119753730be643d0882afe329348.tar.bz2 |
Add an examples.qmlproject for all QML examples.
Diffstat (limited to 'examples/declarative/examples.qmlproject')
-rw-r--r-- | examples/declarative/examples.qmlproject | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/declarative/examples.qmlproject b/examples/declarative/examples.qmlproject new file mode 100644 index 0000000..d4909f8 --- /dev/null +++ b/examples/declarative/examples.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 " ] +} |