summaryrefslogtreecommitdiffstats
path: root/examples/declarative/cppextensions/qgraphicslayouts/layoutitem/layoutitem.qmlproject
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2010-05-28 01:20:38 (GMT)
committerBea Lam <bea.lam@nokia.com>2010-05-31 01:52:56 (GMT)
commitbc1d00de820abc0697e51315d8231cadbce9f9dd (patch)
tree7863f8d389837f52ef03390094db9c6a9afe3699 /examples/declarative/cppextensions/qgraphicslayouts/layoutitem/layoutitem.qmlproject
parentc00e6b499e89e4b872e9148c5f8a37f9050d9c84 (diff)
downloadQt-bc1d00de820abc0697e51315d8231cadbce9f9dd.zip
Qt-bc1d00de820abc0697e51315d8231cadbce9f9dd.tar.gz
Qt-bc1d00de820abc0697e51315d8231cadbce9f9dd.tar.bz2
Rename example layoutItem -> layoutitem and improve docs
Diffstat (limited to 'examples/declarative/cppextensions/qgraphicslayouts/layoutitem/layoutitem.qmlproject')
-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 " ]
+}