From 1cedab5239887750e12222c888bba8bbdbda14c2 Mon Sep 17 00:00:00 2001 From: Alexey Edelev Date: Mon, 22 Feb 2021 15:06:20 +0100 Subject: Remove redundant qmldir files qmldir files to be generated by the cmake build procedure and don't need to be stored in the source tree. Task-number: QTBUG-88263 Change-Id: Idff2800b5b2b6cb74d79a2f42fff717522c10ade Reviewed-by: Ulf Hermann Reviewed-by: Joerg Bornemann --- src/imports/controls/basic/impl/qmldir | 3 - src/imports/controls/basic/qmldir | 131 ----------------------------- src/imports/controls/fusion/impl/qmldir | 10 --- src/imports/controls/fusion/qmldir | 116 ------------------------- src/imports/controls/imagine/impl/qmldir | 5 -- src/imports/controls/imagine/qmldir | 114 ------------------------- src/imports/controls/macos/qmldir | 33 -------- src/imports/controls/material/impl/qmldir | 12 --- src/imports/controls/material/qmldir | 120 -------------------------- src/imports/controls/qmldir | 12 --- src/imports/controls/universal/impl/qmldir | 7 -- src/imports/controls/universal/qmldir | 118 -------------------------- src/imports/controls/windows/qmldir | 31 ------- src/imports/controlsimpl/qmldir | 3 - src/imports/nativestyle/qmldir | 32 ------- src/imports/platform/qmldir | 3 - src/imports/templates/qmldir | 4 - 17 files changed, 754 deletions(-) delete mode 100644 src/imports/controls/basic/impl/qmldir delete mode 100644 src/imports/controls/basic/qmldir delete mode 100644 src/imports/controls/fusion/impl/qmldir delete mode 100644 src/imports/controls/fusion/qmldir delete mode 100644 src/imports/controls/imagine/impl/qmldir delete mode 100644 src/imports/controls/imagine/qmldir delete mode 100644 src/imports/controls/macos/qmldir delete mode 100644 src/imports/controls/material/impl/qmldir delete mode 100644 src/imports/controls/material/qmldir delete mode 100644 src/imports/controls/qmldir delete mode 100644 src/imports/controls/universal/impl/qmldir delete mode 100644 src/imports/controls/universal/qmldir delete mode 100644 src/imports/controls/windows/qmldir delete mode 100644 src/imports/controlsimpl/qmldir delete mode 100644 src/imports/nativestyle/qmldir delete mode 100644 src/imports/platform/qmldir delete mode 100644 src/imports/templates/qmldir (limited to 'src/imports') diff --git a/src/imports/controls/basic/impl/qmldir b/src/imports/controls/basic/impl/qmldir deleted file mode 100644 index a5fabe7f..00000000 --- a/src/imports/controls/basic/impl/qmldir +++ /dev/null @@ -1,3 +0,0 @@ -module QtQuick.Controls.Basic.impl -plugin qtquickcontrols2basicstyleimplplugin -classname QtQuickControls2BasicStyleImplPlugin diff --git a/src/imports/controls/basic/qmldir b/src/imports/controls/basic/qmldir deleted file mode 100644 index 136db062..00000000 --- a/src/imports/controls/basic/qmldir +++ /dev/null @@ -1,131 +0,0 @@ -module QtQuick.Controls.Basic -plugin qtquickcontrols2basicstyleplugin -classname QtQuickControls2BasicStylePlugin - -# QtQuick.Controls 2.0 (originally introduced in Qt 5.7) -AbstractButton 2.0 AbstractButton.qml -ApplicationWindow 2.0 ApplicationWindow.qml -BusyIndicator 2.0 BusyIndicator.qml -Button 2.0 Button.qml -ButtonGroup 2.0 ButtonGroup.qml -CheckBox 2.0 CheckBox.qml -CheckDelegate 2.0 CheckDelegate.qml -ComboBox 2.0 ComboBox.qml -Container 2.0 Container.qml -Control 2.0 Control.qml -Dial 2.0 Dial.qml -Drawer 2.0 Drawer.qml -Frame 2.0 Frame.qml -GroupBox 2.0 GroupBox.qml -ItemDelegate 2.0 ItemDelegate.qml -Label 2.0 Label.qml -Menu 2.0 Menu.qml -MenuItem 2.0 MenuItem.qml -Page 2.0 Page.qml -PageIndicator 2.0 PageIndicator.qml -Pane 2.0 Pane.qml -Popup 2.0 Popup.qml -ProgressBar 2.0 ProgressBar.qml -RadioButton 2.0 RadioButton.qml -RadioDelegate 2.0 RadioDelegate.qml -RangeSlider 2.0 RangeSlider.qml -ScrollBar 2.0 ScrollBar.qml -ScrollIndicator 2.0 ScrollIndicator.qml -Slider 2.0 Slider.qml -SpinBox 2.0 SpinBox.qml -StackView 2.0 StackView.qml -SwipeDelegate 2.0 SwipeDelegate.qml -SwipeView 2.0 SwipeView.qml -Switch 2.0 Switch.qml -SwitchDelegate 2.0 SwitchDelegate.qml -TabBar 2.0 TabBar.qml -TabButton 2.0 TabButton.qml -TextArea 2.0 TextArea.qml -TextField 2.0 TextField.qml -ToolBar 2.0 ToolBar.qml -ToolButton 2.0 ToolButton.qml -ToolTip 2.0 ToolTip.qml -Tumbler 2.0 Tumbler.qml - -# QtQuick.Controls 2.1 (new types in Qt 5.8) -Dialog 2.1 Dialog.qml -DialogButtonBox 2.1 DialogButtonBox.qml -MenuSeparator 2.1 MenuSeparator.qml -RoundButton 2.1 RoundButton.qml -ToolSeparator 2.1 ToolSeparator.qml - -# QtQuick.Controls 2.2 (new types in Qt 5.9) -DelayButton 2.2 DelayButton.qml -ScrollView 2.2 ScrollView.qml - -# QtQuick.Controls 2.3 (new types in Qt 5.10) -Action 2.3 Action.qml -ActionGroup 2.3 ActionGroup.qml -MenuBar 2.3 MenuBar.qml -MenuBarItem 2.3 MenuBarItem.qml - -# QtQuick.Controls 2.13 (new types in Qt 5.13) -SplitView 2.13 SplitView.qml - -# QtQuick.Controls 2.15 (new types in Qt 5.15) -HorizontalHeaderView 2.15 HorizontalHeaderView.qml -VerticalHeaderView 2.15 VerticalHeaderView.qml - -# Make sure we have types registered for Qt 6: QTBUG-85774, QTBUG-85685 -AbstractButton 6.0 AbstractButton.qml -Action 6.0 Action.qml -ActionGroup 6.0 ActionGroup.qml -ApplicationWindow 6.0 ApplicationWindow.qml -BusyIndicator 6.0 BusyIndicator.qml -Button 6.0 Button.qml -ButtonGroup 6.0 ButtonGroup.qml -CheckBox 6.0 CheckBox.qml -CheckDelegate 6.0 CheckDelegate.qml -ComboBox 6.0 ComboBox.qml -Container 6.0 Container.qml -Control 6.0 Control.qml -DelayButton 6.0 DelayButton.qml -Dial 6.0 Dial.qml -Dialog 6.0 Dialog.qml -DialogButtonBox 6.0 DialogButtonBox.qml -Drawer 6.0 Drawer.qml -Frame 6.0 Frame.qml -GroupBox 6.0 GroupBox.qml -HorizontalHeaderView 6.0 HorizontalHeaderView.qml -ItemDelegate 6.0 ItemDelegate.qml -Label 6.0 Label.qml -Menu 6.0 Menu.qml -MenuBar 6.0 MenuBar.qml -MenuBarItem 6.0 MenuBarItem.qml -MenuItem 6.0 MenuItem.qml -MenuSeparator 6.0 MenuSeparator.qml -Page 6.0 Page.qml -PageIndicator 6.0 PageIndicator.qml -Pane 6.0 Pane.qml -Popup 6.0 Popup.qml -ProgressBar 6.0 ProgressBar.qml -RadioButton 6.0 RadioButton.qml -RadioDelegate 6.0 RadioDelegate.qml -RangeSlider 6.0 RangeSlider.qml -RoundButton 6.0 RoundButton.qml -ScrollBar 6.0 ScrollBar.qml -ScrollIndicator 6.0 ScrollIndicator.qml -ScrollView 6.0 ScrollView.qml -Slider 6.0 Slider.qml -SpinBox 6.0 SpinBox.qml -SplitView 6.0 SplitView.qml -StackView 6.0 StackView.qml -SwipeDelegate 6.0 SwipeDelegate.qml -SwipeView 6.0 SwipeView.qml -Switch 6.0 Switch.qml -SwitchDelegate 6.0 SwitchDelegate.qml -TabBar 6.0 TabBar.qml -TabButton 6.0 TabButton.qml -TextArea 6.0 TextArea.qml -TextField 6.0 TextField.qml -ToolBar 6.0 ToolBar.qml -ToolButton 6.0 ToolButton.qml -ToolSeparator 6.0 ToolSeparator.qml -ToolTip 6.0 ToolTip.qml -Tumbler 6.0 Tumbler.qml -VerticalHeaderView 6.0 VerticalHeaderView.qml diff --git a/src/imports/controls/fusion/impl/qmldir b/src/imports/controls/fusion/impl/qmldir deleted file mode 100644 index ffcee3e1..00000000 --- a/src/imports/controls/fusion/impl/qmldir +++ /dev/null @@ -1,10 +0,0 @@ -module QtQuick.Controls.Fusion.impl -plugin qtquickcontrols2fusionstyleimplplugin -classname QtQuickControls2FusionStyleImplPlugin - -ButtonPanel 2.3 ButtonPanel.qml -CheckIndicator 2.3 CheckIndicator.qml -RadioIndicator 2.3 RadioIndicator.qml -SliderGroove 2.3 SliderGroove.qml -SliderHandle 2.3 SliderHandle.qml -SwitchIndicator 2.3 SwitchIndicator.qml diff --git a/src/imports/controls/fusion/qmldir b/src/imports/controls/fusion/qmldir deleted file mode 100644 index 7d3848b8..00000000 --- a/src/imports/controls/fusion/qmldir +++ /dev/null @@ -1,116 +0,0 @@ -module QtQuick.Controls.Fusion -plugin qtquickcontrols2fusionstyleplugin -classname QtQuickControls2FusionStylePlugin -import QtQuick.Controls.Basic auto - -# QtQuick.Controls 2.0 (originally introduced in Qt 5.7) -ApplicationWindow 2.0 ApplicationWindow.qml -BusyIndicator 2.0 BusyIndicator.qml -Button 2.0 Button.qml -CheckBox 2.0 CheckBox.qml -CheckDelegate 2.0 CheckDelegate.qml -ComboBox 2.0 ComboBox.qml -Dial 2.0 Dial.qml -Drawer 2.0 Drawer.qml -Frame 2.0 Frame.qml -GroupBox 2.0 GroupBox.qml -ItemDelegate 2.0 ItemDelegate.qml -Label 2.0 Label.qml -Menu 2.0 Menu.qml -MenuItem 2.0 MenuItem.qml -Page 2.0 Page.qml -PageIndicator 2.0 PageIndicator.qml -Pane 2.0 Pane.qml -Popup 2.0 Popup.qml -ProgressBar 2.0 ProgressBar.qml -RadioButton 2.0 RadioButton.qml -RadioDelegate 2.0 RadioDelegate.qml -RangeSlider 2.0 RangeSlider.qml -ScrollView 2.0 ScrollView.qml -ScrollBar 2.0 ScrollBar.qml -ScrollIndicator 2.0 ScrollIndicator.qml -Slider 2.0 Slider.qml -SpinBox 2.0 SpinBox.qml -SwipeDelegate 2.0 SwipeDelegate.qml -Switch 2.0 Switch.qml -SwitchDelegate 2.0 SwitchDelegate.qml -TabBar 2.0 TabBar.qml -TabButton 2.0 TabButton.qml -TextArea 2.0 TextArea.qml -TextField 2.0 TextField.qml -ToolBar 2.0 ToolBar.qml -ToolButton 2.0 ToolButton.qml -ToolTip 2.0 ToolTip.qml -Tumbler 2.0 Tumbler.qml - -# QtQuick.Controls 2.1 (new types in Qt 5.8) -Dialog 2.1 Dialog.qml -DialogButtonBox 2.1 DialogButtonBox.qml -MenuSeparator 2.1 MenuSeparator.qml -RoundButton 2.1 RoundButton.qml -ToolSeparator 2.1 ToolSeparator.qml - -# QtQuick.Controls 2.2 (new types in Qt 5.9) -DelayButton 2.2 DelayButton.qml - -# QtQuick.Controls 2.3 (new types in Qt 5.10) -MenuBar 2.3 MenuBar.qml -MenuBarItem 2.3 MenuBarItem.qml - -# QtQuick.Controls 2.13 (new types in Qt 5.13) -SplitView 2.13 SplitView.qml - -# QtQuick.Controls 2.15 (new types in Qt 5.15) -HorizontalHeaderView 2.15 HorizontalHeaderView.qml -VerticalHeaderView 2.15 VerticalHeaderView.qml - -# Make sure we have types registered for Qt 6: QTBUG-85774, QTBUG-85685 -ApplicationWindow 6.0 ApplicationWindow.qml -BusyIndicator 6.0 BusyIndicator.qml -Button 6.0 Button.qml -CheckBox 6.0 CheckBox.qml -CheckDelegate 6.0 CheckDelegate.qml -ComboBox 6.0 ComboBox.qml -DelayButton 6.0 DelayButton.qml -Dial 6.0 Dial.qml -Dialog 6.0 Dialog.qml -DialogButtonBox 6.0 DialogButtonBox.qml -Drawer 6.0 Drawer.qml -Frame 6.0 Frame.qml -GroupBox 6.0 GroupBox.qml -HorizontalHeaderView 6.0 HorizontalHeaderView.qml -ItemDelegate 6.0 ItemDelegate.qml -Label 6.0 Label.qml -Menu 6.0 Menu.qml -MenuBar 6.0 MenuBar.qml -MenuBarItem 6.0 MenuBarItem.qml -MenuItem 6.0 MenuItem.qml -MenuSeparator 6.0 MenuSeparator.qml -Page 6.0 Page.qml -PageIndicator 6.0 PageIndicator.qml -Pane 6.0 Pane.qml -Popup 6.0 Popup.qml -ProgressBar 6.0 ProgressBar.qml -RadioButton 6.0 RadioButton.qml -RadioDelegate 6.0 RadioDelegate.qml -RangeSlider 6.0 RangeSlider.qml -RoundButton 6.0 RoundButton.qml -ScrollView 6.0 ScrollView.qml -ScrollBar 6.0 ScrollBar.qml -ScrollIndicator 6.0 ScrollIndicator.qml -Slider 6.0 Slider.qml -SpinBox 6.0 SpinBox.qml -SplitView 6.0 SplitView.qml -SwipeDelegate 6.0 SwipeDelegate.qml -Switch 6.0 Switch.qml -SwitchDelegate 6.0 SwitchDelegate.qml -TabBar 6.0 TabBar.qml -TabButton 6.0 TabButton.qml -TextArea 6.0 TextArea.qml -TextField 6.0 TextField.qml -ToolBar 6.0 ToolBar.qml -ToolButton 6.0 ToolButton.qml -ToolSeparator 6.0 ToolSeparator.qml -ToolTip 6.0 ToolTip.qml -Tumbler 6.0 Tumbler.qml -VerticalHeaderView 6.0 VerticalHeaderView.qml diff --git a/src/imports/controls/imagine/impl/qmldir b/src/imports/controls/imagine/impl/qmldir deleted file mode 100644 index 20aa28fb..00000000 --- a/src/imports/controls/imagine/impl/qmldir +++ /dev/null @@ -1,5 +0,0 @@ -module QtQuick.Controls.Imagine.impl -plugin qtquickcontrols2imaginestyleimplplugin -classname QtQuickControls2ImagineStyleImplPlugin - -OpacityMask 6.0 OpacityMask.qml diff --git a/src/imports/controls/imagine/qmldir b/src/imports/controls/imagine/qmldir deleted file mode 100644 index 32261165..00000000 --- a/src/imports/controls/imagine/qmldir +++ /dev/null @@ -1,114 +0,0 @@ -module QtQuick.Controls.Imagine -plugin qtquickcontrols2imaginestyleplugin -classname QtQuickControls2ImagineStylePlugin -import QtQuick.Controls.Basic auto - -# QtQuick.Controls 2.0 (originally introduced in Qt 5.7) -ApplicationWindow 2.0 ApplicationWindow.qml -BusyIndicator 2.0 BusyIndicator.qml -Button 2.0 Button.qml -CheckBox 2.0 CheckBox.qml -CheckDelegate 2.0 CheckDelegate.qml -ComboBox 2.0 ComboBox.qml -Dial 2.0 Dial.qml -Drawer 2.0 Drawer.qml -Frame 2.0 Frame.qml -GroupBox 2.0 GroupBox.qml -ItemDelegate 2.0 ItemDelegate.qml -Label 2.0 Label.qml -Menu 2.0 Menu.qml -MenuItem 2.0 MenuItem.qml -Page 2.0 Page.qml -PageIndicator 2.0 PageIndicator.qml -Pane 2.0 Pane.qml -Popup 2.0 Popup.qml -ProgressBar 2.0 ProgressBar.qml -RadioButton 2.0 RadioButton.qml -RadioDelegate 2.0 RadioDelegate.qml -RangeSlider 2.0 RangeSlider.qml -ScrollView 2.0 ScrollView.qml -ScrollBar 2.0 ScrollBar.qml -ScrollIndicator 2.0 ScrollIndicator.qml -Slider 2.0 Slider.qml -SpinBox 2.0 SpinBox.qml -StackView 2.0 StackView.qml -SwipeDelegate 2.0 SwipeDelegate.qml -SwipeView 2.0 SwipeView.qml -Switch 2.0 Switch.qml -SwitchDelegate 2.0 SwitchDelegate.qml -TabBar 2.0 TabBar.qml -TabButton 2.0 TabButton.qml -TextArea 2.0 TextArea.qml -TextField 2.0 TextField.qml -ToolBar 2.0 ToolBar.qml -ToolButton 2.0 ToolButton.qml -ToolTip 2.0 ToolTip.qml -Tumbler 2.0 Tumbler.qml - -# QtQuick.Controls 2.1 (new types in Qt 5.8) -Dialog 2.1 Dialog.qml -DialogButtonBox 2.1 DialogButtonBox.qml -MenuSeparator 2.1 MenuSeparator.qml -RoundButton 2.1 RoundButton.qml -ToolSeparator 2.1 ToolSeparator.qml - -# QtQuick.Controls 2.2 (new types in Qt 5.9) -DelayButton 2.2 DelayButton.qml - -# QtQuick.Controls 2.13 (new types in Qt 5.13) -SplitView 2.13 SplitView.qml - -# QtQuick.Controls 2.15 (new types in Qt 5.15) -HorizontalHeaderView 2.15 HorizontalHeaderView.qml -VerticalHeaderView 2.15 VerticalHeaderView.qml - -# Make sure we have types registered for Qt 6: QTBUG-85774, QTBUG-85685 -ApplicationWindow 6.0 ApplicationWindow.qml -BusyIndicator 6.0 BusyIndicator.qml -Button 6.0 Button.qml -CheckBox 6.0 CheckBox.qml -CheckDelegate 6.0 CheckDelegate.qml -ComboBox 6.0 ComboBox.qml -DelayButton 6.0 DelayButton.qml -Dial 6.0 Dial.qml -Dialog 6.0 Dialog.qml -DialogButtonBox 6.0 DialogButtonBox.qml -Drawer 6.0 Drawer.qml -Frame 6.0 Frame.qml -GroupBox 6.0 GroupBox.qml -HorizontalHeaderView 6.0 HorizontalHeaderView.qml -ItemDelegate 6.0 ItemDelegate.qml -Label 6.0 Label.qml -Menu 6.0 Menu.qml -MenuItem 6.0 MenuItem.qml -MenuSeparator 6.0 MenuSeparator.qml -Page 6.0 Page.qml -PageIndicator 6.0 PageIndicator.qml -Pane 6.0 Pane.qml -Popup 6.0 Popup.qml -ProgressBar 6.0 ProgressBar.qml -RadioButton 6.0 RadioButton.qml -RadioDelegate 6.0 RadioDelegate.qml -RangeSlider 6.0 RangeSlider.qml -RoundButton 6.0 RoundButton.qml -ScrollView 6.0 ScrollView.qml -ScrollBar 6.0 ScrollBar.qml -ScrollIndicator 6.0 ScrollIndicator.qml -Slider 6.0 Slider.qml -SpinBox 6.0 SpinBox.qml -SplitView 6.0 SplitView.qml -StackView 6.0 StackView.qml -SwipeDelegate 6.0 SwipeDelegate.qml -SwipeView 6.0 SwipeView.qml -Switch 6.0 Switch.qml -SwitchDelegate 6.0 SwitchDelegate.qml -TabBar 6.0 TabBar.qml -TabButton 6.0 TabButton.qml -TextArea 6.0 TextArea.qml -TextField 6.0 TextField.qml -ToolBar 6.0 ToolBar.qml -ToolButton 6.0 ToolButton.qml -ToolSeparator 6.0 ToolSeparator.qml -ToolTip 6.0 ToolTip.qml -Tumbler 6.0 Tumbler.qml -VerticalHeaderView 6.0 VerticalHeaderView.qml diff --git a/src/imports/controls/macos/qmldir b/src/imports/controls/macos/qmldir deleted file mode 100644 index 2d6083de..00000000 --- a/src/imports/controls/macos/qmldir +++ /dev/null @@ -1,33 +0,0 @@ -module QtQuick.Controls.macOS -plugin qtquickcontrols2macosstyleplugin -classname QtQuickControls2MacOSStylePlugin -import QtQuick.Controls.Fusion auto - -Button 2.0 Button.qml -Button 6.0 Button.qml -CheckBox 2.0 CheckBox.qml -CheckBox 6.0 CheckBox.qml -RadioButton 2.0 RadioButton.qml -RadioButton 6.0 RadioButton.qml -Slider 2.0 Slider.qml -Slider 6.0 Slider.qml -GroupBox 2.0 GroupBox.qml -GroupBox 6.0 GroupBox.qml -SpinBox 2.0 SpinBox.qml -SpinBox 6.0 SpinBox.qml -TextField 2.0 TextField.qml -TextField 6.0 TextField.qml -Frame 2.0 Frame.qml -Frame 6.0 Frame.qml -TextArea 2.0 TextArea.qml -TextArea 6.0 TextArea.qml -ComboBox 2.0 ComboBox.qml -ComboBox 6.0 ComboBox.qml -ScrollView 2.0 ScrollView.qml -ScrollView 6.0 ScrollView.qml -ScrollBar 2.0 ScrollBar.qml -ScrollBar 6.0 ScrollBar.qml -ProgressBar 2.0 ProgressBar.qml -ProgressBar 6.0 ProgressBar.qml -Dial 2.0 Dial.qml -Dial 6.0 Dial.qml diff --git a/src/imports/controls/material/impl/qmldir b/src/imports/controls/material/impl/qmldir deleted file mode 100644 index 09c6f01a..00000000 --- a/src/imports/controls/material/impl/qmldir +++ /dev/null @@ -1,12 +0,0 @@ -module QtQuick.Controls.Material.impl -plugin qtquickcontrols2materialstyleimplplugin -classname QtQuickControls2MaterialStyleImplPlugin - -BoxShadow 2.0 BoxShadow.qml -CheckIndicator 2.0 CheckIndicator.qml -CursorDelegate 2.0 CursorDelegate.qml -ElevationEffect 2.0 ElevationEffect.qml -RadioIndicator 2.0 RadioIndicator.qml -RectangularGlow 2.0 RectangularGlow.qml -SliderHandle 2.0 SliderHandle.qml -SwitchIndicator 2.0 SwitchIndicator.qml diff --git a/src/imports/controls/material/qmldir b/src/imports/controls/material/qmldir deleted file mode 100644 index 3ee29b02..00000000 --- a/src/imports/controls/material/qmldir +++ /dev/null @@ -1,120 +0,0 @@ -module QtQuick.Controls.Material -plugin qtquickcontrols2materialstyleplugin -classname QtQuickControls2MaterialStylePlugin -import QtQuick.Controls.Basic auto - -# QtQuick.Controls 2.0 (originally introduced in Qt 5.7) -ApplicationWindow 2.0 ApplicationWindow.qml -BusyIndicator 2.0 BusyIndicator.qml -Button 2.0 Button.qml -CheckBox 2.0 CheckBox.qml -CheckDelegate 2.0 CheckDelegate.qml -ComboBox 2.0 ComboBox.qml -Dial 2.0 Dial.qml -Drawer 2.0 Drawer.qml -Frame 2.0 Frame.qml -GroupBox 2.0 GroupBox.qml -ItemDelegate 2.0 ItemDelegate.qml -Label 2.0 Label.qml -Menu 2.0 Menu.qml -MenuItem 2.0 MenuItem.qml -Page 2.0 Page.qml -PageIndicator 2.0 PageIndicator.qml -Pane 2.0 Pane.qml -Popup 2.0 Popup.qml -ProgressBar 2.0 ProgressBar.qml -RadioButton 2.0 RadioButton.qml -RadioDelegate 2.0 RadioDelegate.qml -RangeSlider 2.0 RangeSlider.qml -ScrollView 2.0 ScrollView.qml -ScrollBar 2.0 ScrollBar.qml -ScrollIndicator 2.0 ScrollIndicator.qml -Slider 2.0 Slider.qml -SpinBox 2.0 SpinBox.qml -StackView 2.0 StackView.qml -SwipeDelegate 2.0 SwipeDelegate.qml -SwipeView 2.0 SwipeView.qml -Switch 2.0 Switch.qml -SwitchDelegate 2.0 SwitchDelegate.qml -TabBar 2.0 TabBar.qml -TabButton 2.0 TabButton.qml -TextArea 2.0 TextArea.qml -TextField 2.0 TextField.qml -ToolBar 2.0 ToolBar.qml -ToolButton 2.0 ToolButton.qml -ToolTip 2.0 ToolTip.qml -Tumbler 2.0 Tumbler.qml - -# QtQuick.Controls 2.1 (new types in Qt 5.8) -Dialog 2.1 Dialog.qml -DialogButtonBox 2.1 DialogButtonBox.qml -MenuSeparator 2.1 MenuSeparator.qml -RoundButton 2.1 RoundButton.qml -ToolSeparator 2.1 ToolSeparator.qml - -# QtQuick.Controls 2.2 (new types in Qt 5.9) -DelayButton 2.2 DelayButton.qml - -# QtQuick.Controls 2.3 (new types in Qt 5.10) -MenuBar 2.3 MenuBar.qml -MenuBarItem 2.3 MenuBarItem.qml - -# QtQuick.Controls 2.13 (new types in Qt 5.13) -SplitView 2.13 SplitView.qml - -# QtQuick.Controls 2.15 (new types in Qt 5.15) -HorizontalHeaderView 2.15 HorizontalHeaderView.qml -VerticalHeaderView 2.15 VerticalHeaderView.qml - -# Make sure we have types registered for Qt 6: QTBUG-85774, QTBUG-85685 -ApplicationWindow 6.0 ApplicationWindow.qml -BusyIndicator 6.0 BusyIndicator.qml -Button 6.0 Button.qml -CheckBox 6.0 CheckBox.qml -CheckDelegate 6.0 CheckDelegate.qml -ComboBox 6.0 ComboBox.qml -DelayButton 6.0 DelayButton.qml -Dial 6.0 Dial.qml -Dialog 6.0 Dialog.qml -DialogButtonBox 6.0 DialogButtonBox.qml -Drawer 6.0 Drawer.qml -Frame 6.0 Frame.qml -GroupBox 6.0 GroupBox.qml -HorizontalHeaderView 6.0 HorizontalHeaderView.qml -ItemDelegate 6.0 ItemDelegate.qml -Label 6.0 Label.qml -Menu 6.0 Menu.qml -MenuBar 6.0 MenuBar.qml -MenuBarItem 6.0 MenuBarItem.qml -MenuItem 6.0 MenuItem.qml -MenuSeparator 6.0 MenuSeparator.qml -Page 6.0 Page.qml -PageIndicator 6.0 PageIndicator.qml -Pane 6.0 Pane.qml -Popup 6.0 Popup.qml -ProgressBar 6.0 ProgressBar.qml -RadioButton 6.0 RadioButton.qml -RadioDelegate 6.0 RadioDelegate.qml -RangeSlider 6.0 RangeSlider.qml -RoundButton 6.0 RoundButton.qml -ScrollView 6.0 ScrollView.qml -ScrollBar 6.0 ScrollBar.qml -ScrollIndicator 6.0 ScrollIndicator.qml -Slider 6.0 Slider.qml -SpinBox 6.0 SpinBox.qml -SplitView 6.0 SplitView.qml -StackView 6.0 StackView.qml -SwipeDelegate 6.0 SwipeDelegate.qml -SwipeView 6.0 SwipeView.qml -Switch 6.0 Switch.qml -SwitchDelegate 6.0 SwitchDelegate.qml -TabBar 6.0 TabBar.qml -TabButton 6.0 TabButton.qml -TextArea 6.0 TextArea.qml -TextField 6.0 TextField.qml -ToolBar 6.0 ToolBar.qml -ToolButton 6.0 ToolButton.qml -ToolSeparator 6.0 ToolSeparator.qml -ToolTip 6.0 ToolTip.qml -Tumbler 6.0 Tumbler.qml -VerticalHeaderView 6.0 VerticalHeaderView.qml diff --git a/src/imports/controls/qmldir b/src/imports/controls/qmldir deleted file mode 100644 index d0000341..00000000 --- a/src/imports/controls/qmldir +++ /dev/null @@ -1,12 +0,0 @@ -module QtQuick.Controls -plugin qtquickcontrols2plugin -classname QtQuickControls2Plugin -import QtQuick.Controls.impl auto -optional import QtQuick.Controls.Basic auto -optional import QtQuick.Controls.Fusion auto -optional import QtQuick.Controls.Material auto -optional import QtQuick.Controls.Imagine auto -optional import QtQuick.Controls.Universal auto -optional import QtQuick.Controls.Windows auto -optional import QtQuick.Controls.macOS auto -designersupported diff --git a/src/imports/controls/universal/impl/qmldir b/src/imports/controls/universal/impl/qmldir deleted file mode 100644 index 5c39a4bb..00000000 --- a/src/imports/controls/universal/impl/qmldir +++ /dev/null @@ -1,7 +0,0 @@ -module QtQuick.Controls.Universal.impl -plugin qtquickcontrols2universalstyleimplplugin -classname QtQuickControls2UniversalStyleImplPlugin - -CheckIndicator 2.0 CheckIndicator.qml -RadioIndicator 2.0 RadioIndicator.qml -SwitchIndicator 2.0 SwitchIndicator.qml diff --git a/src/imports/controls/universal/qmldir b/src/imports/controls/universal/qmldir deleted file mode 100644 index ac762e31..00000000 --- a/src/imports/controls/universal/qmldir +++ /dev/null @@ -1,118 +0,0 @@ -module QtQuick.Controls.Universal -plugin qtquickcontrols2universalstyleplugin -classname QtQuickControls2UniversalStylePlugin -import QtQuick.Controls.Basic auto - -# QtQuick.Controls 2.0 (originally introduced in Qt 5.7) -ApplicationWindow 2.0 ApplicationWindow.qml -BusyIndicator 2.0 BusyIndicator.qml -Button 2.0 Button.qml -CheckBox 2.0 CheckBox.qml -CheckDelegate 2.0 CheckDelegate.qml -ComboBox 2.0 ComboBox.qml -Dial 2.0 Dial.qml -Drawer 2.0 Drawer.qml -Frame 2.0 Frame.qml -GroupBox 2.0 GroupBox.qml -ItemDelegate 2.0 ItemDelegate.qml -Label 2.0 Label.qml -Menu 2.0 Menu.qml -MenuItem 2.0 MenuItem.qml -Page 2.0 Page.qml -PageIndicator 2.0 PageIndicator.qml -Pane 2.0 Pane.qml -Popup 2.0 Popup.qml -ProgressBar 2.0 ProgressBar.qml -RadioButton 2.0 RadioButton.qml -RadioDelegate 2.0 RadioDelegate.qml -RangeSlider 2.0 RangeSlider.qml -ScrollView 2.0 ScrollView.qml -ScrollBar 2.0 ScrollBar.qml -ScrollIndicator 2.0 ScrollIndicator.qml -Slider 2.0 Slider.qml -SpinBox 2.0 SpinBox.qml -StackView 2.0 StackView.qml -SwipeDelegate 2.0 SwipeDelegate.qml -Switch 2.0 Switch.qml -SwitchDelegate 2.0 SwitchDelegate.qml -TabBar 2.0 TabBar.qml -TabButton 2.0 TabButton.qml -TextArea 2.0 TextArea.qml -TextField 2.0 TextField.qml -ToolBar 2.0 ToolBar.qml -ToolButton 2.0 ToolButton.qml -ToolTip 2.0 ToolTip.qml -Tumbler 2.0 Tumbler.qml - -# QtQuick.Controls 2.1 (new types in Qt 5.8) -Dialog 2.1 Dialog.qml -DialogButtonBox 2.1 DialogButtonBox.qml -MenuSeparator 2.1 MenuSeparator.qml -RoundButton 2.1 RoundButton.qml -ToolSeparator 2.1 ToolSeparator.qml - -# QtQuick.Controls 2.2 (new types in Qt 5.9) -DelayButton 2.2 DelayButton.qml - -# QtQuick.Controls 2.3 (new types in Qt 5.10) -MenuBar 2.3 MenuBar.qml -MenuBarItem 2.3 MenuBarItem.qml - -# QtQuick.Controls 2.13 (new types in Qt 5.13) -SplitView 2.13 SplitView.qml - -# QtQuick.Controls 2.15 (new types in Qt 5.15) -HorizontalHeaderView 2.15 HorizontalHeaderView.qml -VerticalHeaderView 2.15 VerticalHeaderView.qml - -# Make sure we have types registered for Qt 6: QTBUG-85774, QTBUG-85685 -ApplicationWindow 6.0 ApplicationWindow.qml -BusyIndicator 6.0 BusyIndicator.qml -Button 6.0 Button.qml -CheckBox 6.0 CheckBox.qml -CheckDelegate 6.0 CheckDelegate.qml -ComboBox 6.0 ComboBox.qml -DelayButton 6.0 DelayButton.qml -Dial 6.0 Dial.qml -Dialog 6.0 Dialog.qml -DialogButtonBox 6.0 DialogButtonBox.qml -Drawer 6.0 Drawer.qml -Frame 6.0 Frame.qml -GroupBox 6.0 GroupBox.qml -HorizontalHeaderView 6.0 HorizontalHeaderView.qml -ItemDelegate 6.0 ItemDelegate.qml -Label 6.0 Label.qml -Menu 6.0 Menu.qml -MenuBar 6.0 MenuBar.qml -MenuBarItem 6.0 MenuBarItem.qml -MenuItem 6.0 MenuItem.qml -MenuSeparator 6.0 MenuSeparator.qml -Page 6.0 Page.qml -PageIndicator 6.0 PageIndicator.qml -Pane 6.0 Pane.qml -Popup 6.0 Popup.qml -ProgressBar 6.0 ProgressBar.qml -RadioButton 6.0 RadioButton.qml -RadioDelegate 6.0 RadioDelegate.qml -RangeSlider 6.0 RangeSlider.qml -RoundButton 6.0 RoundButton.qml -ScrollView 6.0 ScrollView.qml -ScrollBar 6.0 ScrollBar.qml -ScrollIndicator 6.0 ScrollIndicator.qml -Slider 6.0 Slider.qml -SpinBox 6.0 SpinBox.qml -SplitView 6.0 SplitView.qml -StackView 6.0 StackView.qml -SwipeDelegate 6.0 SwipeDelegate.qml -Switch 6.0 Switch.qml -SwitchDelegate 6.0 SwitchDelegate.qml -TabBar 6.0 TabBar.qml -TabButton 6.0 TabButton.qml -TextArea 6.0 TextArea.qml -TextField 6.0 TextField.qml -ToolBar 6.0 ToolBar.qml -ToolButton 6.0 ToolButton.qml -ToolSeparator 6.0 ToolSeparator.qml -ToolTip 6.0 ToolTip.qml -Tumbler 6.0 Tumbler.qml -VerticalHeaderView 6.0 VerticalHeaderView.qml diff --git a/src/imports/controls/windows/qmldir b/src/imports/controls/windows/qmldir deleted file mode 100644 index dc2c37db..00000000 --- a/src/imports/controls/windows/qmldir +++ /dev/null @@ -1,31 +0,0 @@ -module QtQuick.Controls.Windows -plugin qtquickcontrols2windowsstyleplugin -classname QtQuickControls2WindowsStylePlugin -import QtQuick.Controls.Fusion auto - -Button 2.0 Button.qml -Button 6.0 Button.qml -CheckBox 2.0 CheckBox.qml -CheckBox 6.0 CheckBox.qml -RadioButton 2.0 RadioButton.qml -RadioButton 6.0 RadioButton.qml -Slider 2.0 Slider.qml -Slider 6.0 Slider.qml -GroupBox 2.0 GroupBox.qml -GroupBox 6.0 GroupBox.qml -SpinBox 2.0 SpinBox.qml -SpinBox 6.0 SpinBox.qml -TextField 2.0 TextField.qml -TextField 6.0 TextField.qml -Frame 2.0 Frame.qml -Frame 6.0 Frame.qml -TextArea 2.0 TextArea.qml -TextArea 6.0 TextArea.qml -ComboBox 2.0 ComboBox.qml -ComboBox 6.0 ComboBox.qml -ProgressBar 2.0 ProgressBar.qml -ProgressBar 6.0 ProgressBar.qml -ScrollBar 2.0 ScrollBar.qml -ScrollBar 6.0 ScrollBar.qml -ScrollView 2.0 ScrollView.qml -ScrollView 6.0 ScrollView.qml diff --git a/src/imports/controlsimpl/qmldir b/src/imports/controlsimpl/qmldir deleted file mode 100644 index 98eed8ae..00000000 --- a/src/imports/controlsimpl/qmldir +++ /dev/null @@ -1,3 +0,0 @@ -module QtQuick.Controls.impl -plugin qtquickcontrols2implplugin -classname QtQuickControls2ImplPlugin diff --git a/src/imports/nativestyle/qmldir b/src/imports/nativestyle/qmldir deleted file mode 100644 index 4149cce2..00000000 --- a/src/imports/nativestyle/qmldir +++ /dev/null @@ -1,32 +0,0 @@ -module QtQuick.NativeStyle -plugin qtquickcontrols2nativestyleplugin -classname QtQuickControls2NativeStylePlugin -depends QtQuick.Controls auto -depends QtQuick.Layouts auto - -DefaultButton 2.0 controls/DefaultButton.qml -DefaultButton 6.0 controls/DefaultButton.qml -DefaultCheckBox 2.0 controls/DefaultCheckBox.qml -DefaultCheckBox 6.0 controls/DefaultCheckBox.qml -DefaultRadioButton 2.0 controls/DefaultRadioButton.qml -DefaultRadioButton 6.0 controls/DefaultRadioButton.qml -DefaultSlider 2.0 controls/DefaultSlider.qml -DefaultSlider 6.0 controls/DefaultSlider.qml -DefaultGroupBox 2.0 controls/DefaultGroupBox.qml -DefaultGroupBox 6.0 controls/DefaultGroupBox.qml -DefaultSpinBox 2.0 controls/DefaultSpinBox.qml -DefaultSpinBox 6.0 controls/DefaultSpinBox.qml -DefaultTextField 2.0 controls/DefaultTextField.qml -DefaultTextField 6.0 controls/DefaultTextField.qml -DefaultFrame 2.0 controls/DefaultFrame.qml -DefaultFrame 6.0 controls/DefaultFrame.qml -DefaultTextArea 2.0 controls/DefaultTextArea.qml -DefaultTextArea 6.0 controls/DefaultTextArea.qml -DefaultComboBox 2.0 controls/DefaultComboBox.qml -DefaultComboBox 6.0 controls/DefaultComboBox.qml -DefaultScrollBar 2.0 controls/DefaultScrollBar.qml -DefaultScrollBar 6.0 controls/DefaultScrollBar.qml -DefaultProgressBar 2.0 controls/DefaultProgressBar.qml -DefaultProgressBar 6.0 controls/DefaultProgressBar.qml -DefaultDial 2.0 controls/DefaultDial.qml -DefaultDial 6.0 controls/DefaultDial.qml diff --git a/src/imports/platform/qmldir b/src/imports/platform/qmldir deleted file mode 100644 index 9653b7d3..00000000 --- a/src/imports/platform/qmldir +++ /dev/null @@ -1,3 +0,0 @@ -module Qt.labs.platform -plugin qtlabsplatformplugin -classname QtLabsPlatformPlugin diff --git a/src/imports/templates/qmldir b/src/imports/templates/qmldir deleted file mode 100644 index c8d89c58..00000000 --- a/src/imports/templates/qmldir +++ /dev/null @@ -1,4 +0,0 @@ -module QtQuick.Templates -plugin qtquicktemplates2plugin -classname QtQuickTemplates2Plugin -depends QtQuick auto -- cgit v1.2.3