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>
This commit is contained in:
Tobias Hunger 2018-09-10 14:27:27 +02:00
parent e0b1c39bed
commit a174b3df44

View File

@ -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" ]