From 33e20b479f112979ddb29ccc164af530e3be4f3c Mon Sep 17 00:00:00 2001 From: Michal Klocek Date: Fri, 21 Oct 2016 14:02:25 +0200 Subject: Add spellchecker feature to new config system Change-Id: I35a5c815c9f2b3ebacb5991ba6645641b17db2db Reviewed-by: Allan Sandfeld Jensen --- 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 799eaf1c2..c7096b6b6 100644 --- a/tests/auto/widgets/widgets.pro +++ b/tests/auto/widgets/widgets.pro @@ -13,7 +13,7 @@ SUBDIRS += \ qwebenginesettings \ qwebengineview -!contains(WEBENGINE_CONFIG, no_spellcheck):!cross_compile { +!contains(WEBENGINE_CONFIG, use_spellchecker):!cross_compile { !contains(WEBENGINE_CONFIG, use_native_spellchecker) { SUBDIRS += qwebenginespellcheck } else { -- cgit v1.2.3