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>
This commit is contained in:
parent
a668c6a6b6
commit
e4391bb403
@ -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" ]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user