summaryrefslogtreecommitdiffstats
path: root/src/src.pro
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 /src/src.pro
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 'src/src.pro')
-rw-r--r--src/src.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src.pro b/src/src.pro
index 1cd23f9fa..76d342c8d 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -1,5 +1,5 @@
include($$QTWEBENGINE_OUT_ROOT/qtwebengine-config.pri)
-QT_FOR_CONFIG += webengine-private
+QT_FOR_CONFIG += webengine webengine-private
TEMPLATE = subdirs