aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/material/qtquickcontrols2materialstyleplugin.qrc
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2016-04-22 09:00:40 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2016-04-22 07:42:53 +0000
commit79e7876af1b62c64ba38015259ac65c081748d99 (patch)
tree43a80d7dad6130953915b61b5a2b229fd3877ad8 /src/imports/controls/material/qtquickcontrols2materialstyleplugin.qrc
parent7e7d6d6c73920e1bc1df31b108280a7f165c74b1 (diff)
Rename the style plugins
Mention controls2 in the plugin names for the sake of consistency and to achieve a clear deployment structure where all plugin names match with their deployment folder. Change-Id: I73cac5eec341f0d2e6ebaadfaa1796808fcb80e5 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
Diffstat (limited to 'src/imports/controls/material/qtquickcontrols2materialstyleplugin.qrc')
-rw-r--r--src/imports/controls/material/qtquickcontrols2materialstyleplugin.qrc12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/imports/controls/material/qtquickcontrols2materialstyleplugin.qrc b/src/imports/controls/material/qtquickcontrols2materialstyleplugin.qrc
new file mode 100644
index 00000000..47257ce4
--- /dev/null
+++ b/src/imports/controls/material/qtquickcontrols2materialstyleplugin.qrc
@@ -0,0 +1,12 @@
+<RCC>
+ <qresource prefix="/qt-project.org/imports/QtQuick/Controls.2/Material">
+ <file>images/check.png</file>
+ <file>images/check@2x.png</file>
+ <file>images/check@3x.png</file>
+ <file>images/check@4x.png</file>
+ <file>images/drop-indicator.png</file>
+ <file>images/drop-indicator@2x.png</file>
+ <file>images/drop-indicator@3x.png</file>
+ <file>images/drop-indicator@4x.png</file>
+ </qresource>
+</RCC>