aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLaszlo Papp <lpapp@kde.org>2012-09-15 22:31:51 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-09-18 15:13:18 +0200
commitdae9daaa9c79e61a721fbd5b00d449ae74d09035 (patch)
treef8e1f773dbd8495024bc8f000b39a0cd0ef11d5a /examples
parentcb5c2530627b6a3f4c2403d9dfd2e50fb9dbd52f (diff)
Use the Module Identifier Directive to make the TimeExample correct
From the documentation: "Declares the module identifier of the module. The <ModuleIdentifier> is the (dotted URI notation) identifier for the module, which must match the module's install path. The module identifier directive must be the first line of the file. Exactly one module identifier directive may exist in the qmldir file." More information can be found here: Task-number: QTBUG-26551 Change-Id: Ifd2a7e9a2868ac05baed0dbde9638ce85ff5004a Reviewed-by: Matthew Vogt <mattvogt2@gmail.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/qml/plugins/com/nokia/TimeExample/qmldir1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/qml/plugins/com/nokia/TimeExample/qmldir b/examples/qml/plugins/com/nokia/TimeExample/qmldir
index e1288cfac0..9304d95435 100644
--- a/examples/qml/plugins/com/nokia/TimeExample/qmldir
+++ b/examples/qml/plugins/com/nokia/TimeExample/qmldir
@@ -1,2 +1,3 @@
+module com.nokia.TimeExample
Clock 1.0 Clock.qml
plugin qmlqtimeexampleplugin