summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2016-10-21 14:02:25 +0200
committerMichal Klocek <michal.klocek@qt.io>2016-11-14 14:25:35 +0000
commit33e20b479f112979ddb29ccc164af530e3be4f3c (patch)
treef035b54da8344b66fbe27f22d3f0b5860fa3c7b6 /configure.json
parenta888346c3d999f81f15444343bf0018470d9a65d (diff)
Add spellchecker feature to new config system
Change-Id: I35a5c815c9f2b3ebacb5991ba6645641b17db2db Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json11
1 files changed, 9 insertions, 2 deletions
diff --git a/configure.json b/configure.json
index f9fa17a8d..63abd1dba 100644
--- a/configure.json
+++ b/configure.json
@@ -3,7 +3,8 @@
"commandline": {
"options": {
- "proprietary-codecs": "boolean"
+ "proprietary-codecs": "boolean",
+ "spellchecker": "boolean"
}
},
@@ -13,6 +14,11 @@
"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",
+ "output": [ "privateFeature" ]
}
},
@@ -20,7 +26,8 @@
{
"section": "Qt WebEngine",
"entries": [
- "proprietary-codecs"
+ "proprietary-codecs",
+ "spellchecker"
]
}
]