summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2017-04-03 19:21:58 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2017-04-04 08:19:01 +0000
commitbdf01c43767a48179b4dd21133db64c354467224 (patch)
tree349bfb4b99468c2f573a5ba91b2d86e1349457db /tests
parent03b20ee9c152414de89dbc28a5c8e3c98f66ae04 (diff)
Fix broken inclusion of webenigne spellcheck test
Change 33e20b4 switched no_spellchecker into use_spellchecker, however change for tests directory was incorrect. Task-number: QTBUG-59687 Change-Id: Ie4d4dae863b90a3b35c9e92c88332096aad75325 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/widgets/widgets.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/widgets/widgets.pro b/tests/auto/widgets/widgets.pro
index c7096b6b6..de00e5f07 100644
--- a/tests/auto/widgets/widgets.pro
+++ b/tests/auto/widgets/widgets.pro
@@ -13,7 +13,7 @@ SUBDIRS += \
qwebenginesettings \
qwebengineview
-!contains(WEBENGINE_CONFIG, use_spellchecker):!cross_compile {
+contains(WEBENGINE_CONFIG, use_spellchecker):!cross_compile {
!contains(WEBENGINE_CONFIG, use_native_spellchecker) {
SUBDIRS += qwebenginespellcheck
} else {