summaryrefslogtreecommitdiffstats
path: root/examples/declarative/toys/dial-example/dial.qmlproject
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2010-05-20 13:03:40 (GMT)
committerAlan Alpert <alan.alpert@nokia.com>2010-05-20 13:06:50 (GMT)
commitdc5a426dba72eb1193f6cce913ece94d369d0fbe (patch)
tree2896ea747f07208d158198383268ccda2d3bb0cc /examples/declarative/toys/dial-example/dial.qmlproject
parentee9c52d5dd38d99ea7d91cb612653f638e674ee3 (diff)
downloadQt-dc5a426dba72eb1193f6cce913ece94d369d0fbe.zip
Qt-dc5a426dba72eb1193f6cce913ece94d369d0fbe.tar.gz
Qt-dc5a426dba72eb1193f6cce913ece94d369d0fbe.tar.bz2
Some minor example fixes
-dial moved to dial-example so the dirname is the same as the qml name -added rssnews to .pro so it can be installed -added some README files like the other dirs
Diffstat (limited to 'examples/declarative/toys/dial-example/dial.qmlproject')
-rw-r--r--examples/declarative/toys/dial-example/dial.qmlproject16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/declarative/toys/dial-example/dial.qmlproject b/examples/declarative/toys/dial-example/dial.qmlproject
new file mode 100644
index 0000000..d4909f8
--- /dev/null
+++ b/examples/declarative/toys/dial-example/dial.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 " ]
+}