summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2017-10-25 14:21:50 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2017-11-02 21:25:54 +0000
commit31e1c595de0bf38453905403fd8d42f4407df639 (patch)
tree7ed879cdb01f29964cdda7cbe4a7cf25f0238f43 /configure.json
parentbe213cd4a9ef753c15ed5b1daf1aa10f7ccbe174 (diff)
Change spellchecker-related private features into public ones
This is done because qtConfig(spellchecker) is present in an example .pro file, and thus "spellchecker" should be a public feature. Change-Id: Idff977b8d0835b049c4c19dc42c1475d2c55c323 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: Michal Klocek <michal.klocek@qt.io>
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.json b/configure.json
index ba7a84273..31b35d0f8 100644
--- a/configure.json
+++ b/configure.json
@@ -433,7 +433,7 @@
"label": "Spellchecker",
"purpose": "Provides a spellchecker.",
"section": "WebEngine",
- "output": [ "privateFeature" ]
+ "output": [ "publicFeature" ]
},
"native-spellchecker": {
"label": "Native Spellchecker",
@@ -441,7 +441,7 @@
"section": "WebEngine",
"autoDetect": false,
"condition": "config.macos && features.spellchecker",
- "output": [ "privateFeature" ]
+ "output": [ "publicFeature" ]
},
"ui-delegates": {
"label": "UI Delegates",