Fix wrong keyword in configure.json
'description' is used only once in all configure.json files, so I assume that was meant to be 'purpose'. Change-Id: I66e9d9196c27d2f2131c2d57ea03895e8f5ce754 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>bb10
parent
e0b1c39bed
commit
a174b3df44
|
|
@ -1577,7 +1577,7 @@
|
|||
},
|
||||
"multiprocess": {
|
||||
"label": "Multi process",
|
||||
"description": "Provides support for detecting the desktop environment, launching external processes and opening URLs.",
|
||||
"purpose": "Provides support for detecting the desktop environment, launching external processes and opening URLs.",
|
||||
"section": "Utilities",
|
||||
"condition": "!config.integrity",
|
||||
"output": [ "privateFeature" ]
|
||||
|
|
|
|||
Loading…
Reference in New Issue