From 31e1c595de0bf38453905403fd8d42f4407df639 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Wed, 25 Oct 2017 14:21:50 +0200 Subject: 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 Reviewed-by: Michal Klocek --- src/buildtools/gn.pro | 2 +- src/core/gn_run.pro | 2 +- src/src.pro | 2 +- src/webengine/webengine.pro | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src') 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) { diff --git a/src/core/gn_run.pro b/src/core/gn_run.pro index c565b99a4..a9089c569 100644 --- a/src/core/gn_run.pro +++ b/src/core/gn_run.pro @@ -1,5 +1,5 @@ include($$QTWEBENGINE_OUT_ROOT/qtwebengine-config.pri) -QT_FOR_CONFIG += webengine-private +QT_FOR_CONFIG += webengine webengine-private TEMPLATE = aux 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 diff --git a/src/webengine/webengine.pro b/src/webengine/webengine.pro index 4b2170cbc..24fa2d9d8 100644 --- a/src/webengine/webengine.pro +++ b/src/webengine/webengine.pro @@ -1,5 +1,5 @@ include($$QTWEBENGINE_OUT_ROOT/qtwebengine-config.pri) -QT_FOR_CONFIG += webengine-private +QT_FOR_CONFIG += webengine webengine-private TARGET = QtWebEngine -- cgit v1.2.3