From: Laszlo Papp Date: Sat, 15 Sep 2012 21:31:51 +0000 (+0100) Subject: Use the Module Identifier Directive to make the TimeExample correct X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dae9daaa9c79e61a721fbd5b00d449ae74d09035;p=profile%2Fivi%2Fqtdeclarative.git Use the Module Identifier Directive to make the TimeExample correct From the documentation: "Declares the module identifier of the module. The 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 --- diff --git a/examples/qml/plugins/com/nokia/TimeExample/qmldir b/examples/qml/plugins/com/nokia/TimeExample/qmldir index e1288cf..9304d95 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