summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2016-11-10 14:11:57 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2016-11-10 13:16:37 +0000
commit75d700204b3e0a7d66327afbf28e1869a062e397 (patch)
tree5e8b549a82dfb37fd159ffd5ee6b1d6cb86f1ca1 /configure.json
parentbf6cffde943293674a063feda56f4564dd07414b (diff)
Start using new config system
Adds the optionproprietary codecs to configure.json, so it can be selected by the global configure, and is summarized there too. Keeps the old system for compat with building against older Qt. Change-Id: I5deba10f2e25445870cbdc7507155b0b76c307de Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
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"
+ ]
+ }
+ ]
+}