aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/universal/qmldir
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/universal/qmldir
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/universal/qmldir')
-rw-r--r--src/imports/controls/universal/qmldir118
1 files changed, 0 insertions, 118 deletions
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