summaryrefslogtreecommitdiffstats
path: root/examples/declarative/layouts
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2010-04-20 00:54:59 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2010-04-20 00:56:54 (GMT)
commit0574eded91a1cb37299917541f3afb51cba5b014 (patch)
tree9aa06c723ebb3004107352c5b8f5d98ef7fe1fd0 /examples/declarative/layouts
parent1b80a6bc28cb49b9f6e1a2132d929819924aa604 (diff)
downloadQt-0574eded91a1cb37299917541f3afb51cba5b014.zip
Qt-0574eded91a1cb37299917541f3afb51cba5b014.tar.gz
Qt-0574eded91a1cb37299917541f3afb51cba5b014.tar.bz2
Add .qmlproject files to declarative examples.
Diffstat (limited to 'examples/declarative/layouts')
-rw-r--r--examples/declarative/layouts/layouts.qmlproject16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/declarative/layouts/layouts.qmlproject b/examples/declarative/layouts/layouts.qmlproject
new file mode 100644
index 0000000..d4909f8
--- /dev/null
+++ b/examples/declarative/layouts/layouts.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 " ]
+}