summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-08-26 12:00:56 +0200
committerLars Knoll <lars.knoll@qt.io>2016-09-15 08:24:16 +0000
commite4391bb403cacf79124e7a9ecdc3d609a285789e (patch)
tree79c08f58dc50971e9b715f19a524f9c4fd1f3a07
parenta668c6a6b605ce516f71b9339df53699e85ad248 (diff)
make the style listing in the configure summary less weird
remove the redundant 'Style' suffix, and use CamelCased words (the list uses space as a separator). Change-Id: I169a741fdc293ac42ae6b97a5726477b53127506 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
-rw-r--r--src/widgets/configure.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/widgets/configure.json b/src/widgets/configure.json
index ee7e1dd8e0..c1931d9d80 100644
--- a/src/widgets/configure.json
+++ b/src/widgets/configure.json
@@ -44,30 +44,30 @@
"output": [ "privateFeature" ]
},
"style-fusion": {
- "label": "Fusion Style",
+ "label": "Fusion",
"output": [ "styles" ]
},
"style-mac": {
- "label": "Mac Style",
+ "label": "macOS",
"condition": "config.osx",
"output": [ "styles" ]
},
"style-windows": {
- "label": "Windows Style",
+ "label": "Windows",
"output": [ "styles" ]
},
"style-windowsxp": {
- "label": "Windows XP Style",
+ "label": "WindowsXP",
"condition": "features.style-windows && config.win32 && !config.winrt && tests.uxtheme",
"output": [ "styles" ]
},
"style-windowsvista": {
- "label": "Windows Vista Style",
+ "label": "WindowsVista",
"condition": "features.style-windowsxp",
"output": [ "styles" ]
},
"style-android": {
- "label": "Android Style",
+ "label": "Android",
"autoDetect": "config.android",
"output": [ "styles" ]
},