summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorStephan Binner <stephan.binner@basyskom.com>2017-05-02 19:52:53 +0200
committerStephan Binner <stephan.binner@basyskom.com>2017-05-08 13:02:41 +0000
commite469629eff282693ea99580641b358912f6a2121 (patch)
treef507f831b0173098db2708bea210f6c34ff4e57a /configure.json
parent1a20a227411199dc28e1231dac863893ca58e927 (diff)
Add "WebEngine" section entries to Qt WebEngine features
Change-Id: If305e1f3becbb600e0338a6d1c1a4a9b2c0caf3e Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json18
1 files changed, 12 insertions, 6 deletions
diff --git a/configure.json b/configure.json
index 805ed4001..f9719b3c6 100644
--- a/configure.json
+++ b/configure.json
@@ -84,9 +84,10 @@
},
"embedded": {
"label": "Embedded build",
+ "purpose": "Enables the embedded build configuration.",
+ "section": "WebEngine",
"condition": "config.unix",
"autoDetect": "tests.embedded",
- "purpose": "Enables the embedded build configuration",
"output": [ "privateFeature" ]
},
"alsa": {
@@ -102,32 +103,37 @@
},
"pepper-plugins": {
"label": "Pepper Plugins",
+ "purpose": "Enables use of Pepper Flash and Widevine plugins.",
+ "section": "WebEngine",
"autoDetect": "!features.embedded",
- "purpose": "Enables use of Pepper Flash and Widevine plugins",
"output": [ "privateFeature" ]
},
"printing-and-pdf": {
"label": "Printing and PDF",
+ "purpose": "Provides printing and output to PDF.",
+ "section": "WebEngine",
"condition": "module.printsupport && features.printer",
"autoDetect": "!features.embedded",
- "purpose": "Enables printing and output to PDF",
"output": [ "privateFeature" ]
},
"proprietary-codecs": {
"label": "Proprietary Codecs",
+ "purpose": "Enables the use of proprietary codecs such as h.264/h.265 and MP3.",
+ "section": "WebEngine",
"autoDetect": false,
- "purpose": "Enables the use of proprietary codecs such as h.264/h.265 and MP3",
"output": [ "privateFeature" ]
},
"spellchecker": {
"label": "Spellchecker",
- "purpose": "Enables the use of Chromium's spellchecker",
+ "purpose": "Provides a spellchecker.",
+ "section": "WebEngine",
"output": [ "privateFeature" ]
},
"webrtc": {
"label": "WebRTC",
+ "purpose": "Provides WebRTC support.",
+ "section": "WebEngine",
"autoDetect": "!features.embedded",
- "purpose": "Enables WebRTC support",
"output": [ "privateFeature" ]
},
"system-webp": {