summaryrefslogtreecommitdiffstats
path: root/examples/declarative/cppextensions/qgraphicslayouts/layoutItem
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2010-05-19 01:06:25 (GMT)
committerBea Lam <bea.lam@nokia.com>2010-05-19 01:06:25 (GMT)
commit4ff78b296644d0b05c95497b8cca4eee6c04e7ae (patch)
treef2883ac107530ead786e9cec4287c7dc0159199c /examples/declarative/cppextensions/qgraphicslayouts/layoutItem
parentf4492bf01baae353ff63da18a9a602fb3a8058e4 (diff)
downloadQt-4ff78b296644d0b05c95497b8cca4eee6c04e7ae.zip
Qt-4ff78b296644d0b05c95497b8cca4eee6c04e7ae.tar.gz
Qt-4ff78b296644d0b05c95497b8cca4eee6c04e7ae.tar.bz2
Add missing .qmlproject files
Diffstat (limited to 'examples/declarative/cppextensions/qgraphicslayouts/layoutItem')
-rw-r--r--examples/declarative/cppextensions/qgraphicslayouts/layoutItem/layoutItem.qmlproject16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/declarative/cppextensions/qgraphicslayouts/layoutItem/layoutItem.qmlproject b/examples/declarative/cppextensions/qgraphicslayouts/layoutItem/layoutItem.qmlproject
new file mode 100644
index 0000000..d4909f8
--- /dev/null
+++ b/examples/declarative/cppextensions/qgraphicslayouts/layoutItem/layoutItem.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 " ]
+}