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