From 387fb176d0074b11f80053e711b161e2cc53c1a3 Mon Sep 17 00:00:00 2001 From: Thomas Hartmann Date: Fri, 1 Mar 2024 13:53:23 +0100 Subject: [PATCH] QmlDesigner: Fix importmodule.qmldir.tpl Module -> module Change-Id: Ib441f6aa2fb3b9c4d7d69654acce8db83c4f93fe Reviewed-by: Ali Kianian Reviewed-by: Qt CI Patch Build Bot Reviewed-by: Tim Jenssen Reviewed-by: --- .../projects/shared-plugin/name/importmodule.qmldir.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/qtcreator/qmldesigner/studio_templates/projects/shared-plugin/name/importmodule.qmldir.tpl b/share/qtcreator/qmldesigner/studio_templates/projects/shared-plugin/name/importmodule.qmldir.tpl index c0050290386..be4e251f8c2 100644 --- a/share/qtcreator/qmldesigner/studio_templates/projects/shared-plugin/name/importmodule.qmldir.tpl +++ b/share/qtcreator/qmldesigner/studio_templates/projects/shared-plugin/name/importmodule.qmldir.tpl @@ -1,4 +1,4 @@ -Module %{ImportModuleName} +module %{ImportModuleName} singleton Constants 1.0 Constants.qml EventListSimulator 1.0 EventListSimulator.qml EventListModel 1.0 EventListModel.qml