Fix capitalization of "qmake"

Shall be consistent with other wizards

Change-Id: I810cf55abf519f5b67155063ce515c4442fc6637
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Robert Loehning
2019-07-17 16:46:24 +02:00
parent 20ef53a346
commit 5ce028c499

View File

@@ -59,7 +59,7 @@
"items": "items":
[ [
{ {
"trKey": "Qmake", "trKey": "qmake",
"value": "qmake", "value": "qmake",
"condition": "%{JS: value('Plugins').indexOf('QmakeProjectManager') >= 0}" "condition": "%{JS: value('Plugins').indexOf('QmakeProjectManager') >= 0}"
}, },