Commit e469629e authored by Stephan Binner's avatar Stephan Binner
Browse files

Add "WebEngine" section entries to Qt WebEngine features


Change-Id: If305e1f3becbb600e0338a6d1c1a4a9b2c0caf3e
Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@qt.io>
Showing with 12 additions and 6 deletions
...@@ -84,9 +84,10 @@ ...@@ -84,9 +84,10 @@
}, },
"embedded": { "embedded": {
"label": "Embedded build", "label": "Embedded build",
"purpose": "Enables the embedded build configuration.",
"section": "WebEngine",
"condition": "config.unix", "condition": "config.unix",
"autoDetect": "tests.embedded", "autoDetect": "tests.embedded",
"purpose": "Enables the embedded build configuration",
"output": [ "privateFeature" ] "output": [ "privateFeature" ]
}, },
"alsa": { "alsa": {
...@@ -102,32 +103,37 @@ ...@@ -102,32 +103,37 @@
}, },
"pepper-plugins": { "pepper-plugins": {
"label": "Pepper Plugins", "label": "Pepper Plugins",
"purpose": "Enables use of Pepper Flash and Widevine plugins.",
"section": "WebEngine",
"autoDetect": "!features.embedded", "autoDetect": "!features.embedded",
"purpose": "Enables use of Pepper Flash and Widevine plugins",
"output": [ "privateFeature" ] "output": [ "privateFeature" ]
}, },
"printing-and-pdf": { "printing-and-pdf": {
"label": "Printing and PDF", "label": "Printing and PDF",
"purpose": "Provides printing and output to PDF.",
"section": "WebEngine",
"condition": "module.printsupport && features.printer", "condition": "module.printsupport && features.printer",
"autoDetect": "!features.embedded", "autoDetect": "!features.embedded",
"purpose": "Enables printing and output to PDF",
"output": [ "privateFeature" ] "output": [ "privateFeature" ]
}, },
"proprietary-codecs": { "proprietary-codecs": {
"label": "Proprietary Codecs", "label": "Proprietary Codecs",
"purpose": "Enables the use of proprietary codecs such as h.264/h.265 and MP3.",
"section": "WebEngine",
"autoDetect": false, "autoDetect": false,
"purpose": "Enables the use of proprietary codecs such as h.264/h.265 and MP3",
"output": [ "privateFeature" ] "output": [ "privateFeature" ]
}, },
"spellchecker": { "spellchecker": {
"label": "Spellchecker", "label": "Spellchecker",
"purpose": "Enables the use of Chromium's spellchecker", "purpose": "Provides a spellchecker.",
"section": "WebEngine",
"output": [ "privateFeature" ] "output": [ "privateFeature" ]
}, },
"webrtc": { "webrtc": {
"label": "WebRTC", "label": "WebRTC",
"purpose": "Provides WebRTC support.",
"section": "WebEngine",
"autoDetect": "!features.embedded", "autoDetect": "!features.embedded",
"purpose": "Enables WebRTC support",
"output": [ "privateFeature" ] "output": [ "privateFeature" ]
}, },
"system-webp": { "system-webp": {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment