aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/fusion/impl
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/fusion/impl
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/fusion/impl')
-rw-r--r--src/imports/controls/fusion/impl/qmldir10
1 files changed, 0 insertions, 10 deletions
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