aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2021-02-22 15:06:20 +0100
committerAlexey Edelev <alexey.edelev@qt.io>2021-02-23 12:21:02 +0100
commit1cedab5239887750e12222c888bba8bbdbda14c2 (patch)
treeca8f4520a15f334eba27ec7998452021a4f26b5c /src/imports/controls
parent0c41aefa6fb2f49066e2833ba1466d35585d2910 (diff)
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 <ulf.hermann@qt.io> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'src/imports/controls')
-rw-r--r--src/imports/controls/basic/impl/qmldir3
-rw-r--r--src/imports/controls/basic/qmldir131
-rw-r--r--src/imports/controls/fusion/impl/qmldir10
-rw-r--r--src/imports/controls/fusion/qmldir116
-rw-r--r--src/imports/controls/imagine/impl/qmldir5
-rw-r--r--src/imports/controls/imagine/qmldir114
-rw-r--r--src/imports/controls/macos/qmldir33
-rw-r--r--src/imports/controls/material/impl/qmldir12
-rw-r--r--src/imports/controls/material/qmldir120
-rw-r--r--src/imports/controls/qmldir12
-rw-r--r--src/imports/controls/universal/impl/qmldir7
-rw-r--r--src/imports/controls/universal/qmldir118
-rw-r--r--src/imports/controls/windows/qmldir31
13 files changed, 0 insertions, 712 deletions
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