aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/calculator/content/qmldir
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2012-01-19 15:14:06 +1000
committerQt by Nokia <qt-info@nokia.com>2012-01-20 15:13:15 +0100
commit95a92ae3881ee99a851b69c96fc2c3c985a0a0ed (patch)
treed225f4c86015d9c1b7fed1d4e0cab69ff7131f36 /examples/declarative/calculator/content/qmldir
parent03df69e81bd82ca7968a3ea40314a6cc8ad52559 (diff)
Adhere to examples standards more consistently
Example subfolders should be named 'content' Change-Id: I23f5b0ef44108f54f9b1703f04faf02cafc78efb Reviewed-by: Martin Jones <martin.jones@nokia.com>
Diffstat (limited to 'examples/declarative/calculator/content/qmldir')
-rw-r--r--examples/declarative/calculator/content/qmldir2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/declarative/calculator/content/qmldir b/examples/declarative/calculator/content/qmldir
new file mode 100644
index 0000000000..a926b93fac
--- /dev/null
+++ b/examples/declarative/calculator/content/qmldir
@@ -0,0 +1,2 @@
+Button Button.qml
+Display Display.qml