diff options
Diffstat (limited to 'examples/declarative/modelviews/pathview/pathview.qmlproject')
-rw-r--r-- | examples/declarative/modelviews/pathview/pathview.qmlproject | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/declarative/modelviews/pathview/pathview.qmlproject b/examples/declarative/modelviews/pathview/pathview.qmlproject new file mode 100644 index 00000000..71c8cb3c --- /dev/null +++ b/examples/declarative/modelviews/pathview/pathview.qmlproject @@ -0,0 +1,16 @@ +import QmlProject 1.0 + +Project { + /* Include .qml, .js, and image files from current directory and subdirectories */ + QmlFiles { + directory: "qml/pathview-example" + } + JavaScriptFiles { + directory: "qml/pathview-example" + } + ImageFiles { + directory: "qml/pathview-example" + } + /* List of plugin directories passed to QML runtime */ + // importPaths: [ " ../exampleplugin " ] +} |