QmlDesigner: Add module statement to qmldir

Change-Id: I2d4a6dd08973b88dccd8ba72139ebc7b0d266030
Reviewed-by: Marco Bubke <marco.bubke@qt.io>
(cherry picked from commit ea53994ff0)
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Thomas Hartmann
2025-02-27 10:02:50 +01:00
parent ca2e1983a0
commit 3138a55d0b
3 changed files with 3 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
module HelperWidgets
AbstractButton 2.0 AbstractButton.qml AbstractButton 2.0 AbstractButton.qml
ActionIndicator 2.0 ActionIndicator.qml ActionIndicator 2.0 ActionIndicator.qml
AlignmentHorizontalButtons 2.0 AlignmentHorizontalButtons.qml AlignmentHorizontalButtons 2.0 AlignmentHorizontalButtons.qml

View File

@@ -1,3 +1,4 @@
module StudioControls
AbstractButton 1.0 AbstractButton.qml AbstractButton 1.0 AbstractButton.qml
ActionIndicator 1.0 ActionIndicator.qml ActionIndicator 1.0 ActionIndicator.qml
Button 1.0 Button.qml Button 1.0 Button.qml

View File

@@ -1,3 +1,4 @@
module StudioTheme
singleton Values 1.0 Values.qml singleton Values 1.0 Values.qml
singleton Constants 1.0 Constants.qml singleton Constants 1.0 Constants.qml
ControlStyle 1.0 ControlStyle.qml ControlStyle 1.0 ControlStyle.qml