aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/templates
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@qt.io>2020-06-21 13:20:13 +0200
committerAlessandro Portale <alessandro.portale@qt.io>2020-06-22 07:12:07 +0000
commit3eaf52256a3783fabd8f8b523ac976e7bb5a4fe6 (patch)
tree003b0d7f92f9c74d71ea171787257a1b0de6d938 /share/qtcreator/templates
parent736e6eada024fc56546407c725dbed3e9247ba62 (diff)
Icons cleanup: Remove unused icons and deduplicate identical pngs
Accordingly Adjust the svg element Ids to new png locations in the source tree. Change-Id: I717dd7165c571e69322a1cce8d609f49c6bc75bc Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'share/qtcreator/templates')
-rw-r--r--share/qtcreator/templates/wizards/projects/nimble/icon.pngbin1448 -> 0 bytes
-rw-r--r--share/qtcreator/templates/wizards/projects/nimble/icon@2x.pngbin2255 -> 0 bytes
-rw-r--r--share/qtcreator/templates/wizards/projects/nimble/wizard.json2
3 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/templates/wizards/projects/nimble/icon.png b/share/qtcreator/templates/wizards/projects/nimble/icon.png
deleted file mode 100644
index d3f8575b26..0000000000
--- a/share/qtcreator/templates/wizards/projects/nimble/icon.png
+++ /dev/null
Binary files differ
diff --git a/share/qtcreator/templates/wizards/projects/nimble/icon@2x.png b/share/qtcreator/templates/wizards/projects/nimble/icon@2x.png
deleted file mode 100644
index bdc8c57055..0000000000
--- a/share/qtcreator/templates/wizards/projects/nimble/icon@2x.png
+++ /dev/null
Binary files differ
diff --git a/share/qtcreator/templates/wizards/projects/nimble/wizard.json b/share/qtcreator/templates/wizards/projects/nimble/wizard.json
index bef6ee34ea..4f3ac9d8ea 100644
--- a/share/qtcreator/templates/wizards/projects/nimble/wizard.json
+++ b/share/qtcreator/templates/wizards/projects/nimble/wizard.json
@@ -9,7 +9,7 @@
"featuresRequired":[
"ToolChain.Nim.NimToolChain"
],
- "icon":"icon.png",
+ "icon":"../nim/icon.png",
"enabled":"%{JS: value('Plugins').indexOf('Nim') >= 0 }",
"options":[
{