summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2010-04-20 00:56:00 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2010-04-20 00:56:54 (GMT)
commit8efa7be3fd66119753730be643d0882afe329348 (patch)
treeab3d0092e7e5d9c7da5fdd4fca4204022cba5fff
parent0574eded91a1cb37299917541f3afb51cba5b014 (diff)
downloadQt-8efa7be3fd66119753730be643d0882afe329348.zip
Qt-8efa7be3fd66119753730be643d0882afe329348.tar.gz
Qt-8efa7be3fd66119753730be643d0882afe329348.tar.bz2
Add an examples.qmlproject for all QML examples.
-rw-r--r--examples/declarative/examples.qmlproject16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/declarative/examples.qmlproject b/examples/declarative/examples.qmlproject
new file mode 100644
index 0000000..d4909f8
--- /dev/null
+++ b/examples/declarative/examples.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 " ]
+}