aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/templates
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@qt.io>2019-07-17 16:46:24 +0200
committerRobert Loehning <robert.loehning@qt.io>2019-07-18 10:09:18 +0000
commit5ce028c499e4ca1b8b701850957acc6f8d043d3c (patch)
treecfea64eec1d0b8108f70da9adb84173a3e028e7a /share/qtcreator/templates
parent20ef53a3464ece40319c4affff1b96fc22fe38ea (diff)
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>
Diffstat (limited to 'share/qtcreator/templates')
-rw-r--r--share/qtcreator/templates/wizards/projects/cpplibrary/wizard.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/templates/wizards/projects/cpplibrary/wizard.json b/share/qtcreator/templates/wizards/projects/cpplibrary/wizard.json
index af209105bf..e61048a4b6 100644
--- a/share/qtcreator/templates/wizards/projects/cpplibrary/wizard.json
+++ b/share/qtcreator/templates/wizards/projects/cpplibrary/wizard.json
@@ -59,7 +59,7 @@
"items":
[
{
- "trKey": "Qmake",
+ "trKey": "qmake",
"value": "qmake",
"condition": "%{JS: value('Plugins').indexOf('QmakeProjectManager') >= 0}"
},