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