From dae9daaa9c79e61a721fbd5b00d449ae74d09035 Mon Sep 17 00:00:00 2001 From: Laszlo Papp Date: Sat, 15 Sep 2012 22:31:51 +0100 Subject: [PATCH] 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 --- examples/qml/plugins/com/nokia/TimeExample/qmldir | 1 + 1 file changed, 1 insertion(+) 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 -- 2.7.4