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