summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/configure.json b/configure.json
new file mode 100644
index 000000000..f9fa17a8d
--- /dev/null
+++ b/configure.json
@@ -0,0 +1,27 @@
+{
+ "module": "webengine",
+
+ "commandline": {
+ "options": {
+ "proprietary-codecs": "boolean"
+ }
+ },
+
+ "features": {
+ "proprietary-codecs": {
+ "label": "Proprietary Codecs",
+ "autoDetect": false,
+ "purpose": "Enables the use of proprietary codecs such as h.264/h.265 and MP3",
+ "output": [ "privateFeature" ]
+ }
+ },
+
+ "summary": [
+ {
+ "section": "Qt WebEngine",
+ "entries": [
+ "proprietary-codecs"
+ ]
+ }
+ ]
+}