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 --- tests/auto/widgets/widgets.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auto/widgets/widgets.pro') diff --git a/tests/auto/widgets/widgets.pro b/tests/auto/widgets/widgets.pro index 0ee0a84f7..027eeb235 100644 --- a/tests/auto/widgets/widgets.pro +++ b/tests/auto/widgets/widgets.pro @@ -1,4 +1,4 @@ -QT_FOR_CONFIG += webengine-private +QT_FOR_CONFIG += webengine TEMPLATE = subdirs -- cgit v1.2.3