summaryrefslogtreecommitdiffstats
path: root/src/buildtools
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/buildtools
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/buildtools')
-rw-r--r--src/buildtools/gn.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildtools/gn.pro b/src/buildtools/gn.pro
index 02d3df652..9d9af9eb8 100644
--- a/src/buildtools/gn.pro
+++ b/src/buildtools/gn.pro
@@ -4,7 +4,7 @@ option(host_build)
!debug_and_release: CONFIG += release
include($$QTWEBENGINE_OUT_ROOT/qtwebengine-config.pri)
-QT_FOR_CONFIG += webengine-private
+QT_FOR_CONFIG += webengine webengine-private
build_pass|!debug_and_release {
!qtConfig(system-gn): CONFIG(release, debug|release) {