summaryrefslogtreecommitdiffstats
path: root/examples/declarative/examples.qmlproject
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2010-04-21 09:50:16 (GMT)
committerAlan Alpert <alan.alpert@nokia.com>2010-04-21 09:50:16 (GMT)
commit5c5baba60098e6a502ebd298204ab4e3b5193736 (patch)
tree7cba7891a68f96ce2e7227c01ae8ab89fb06f7f3 /examples/declarative/examples.qmlproject
parentfe33a6fd873ca874e63038b1e055c5bc506f7fff (diff)
parentedc74eecf2967b295c7b881977527474be8e1c80 (diff)
downloadQt-5c5baba60098e6a502ebd298204ab4e3b5193736.zip
Qt-5c5baba60098e6a502ebd298204ab4e3b5193736.tar.gz
Qt-5c5baba60098e6a502ebd298204ab4e3b5193736.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7
Diffstat (limited to 'examples/declarative/examples.qmlproject')
-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 " ]
+}