summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2016-11-10 20:10:47 +0100
committerMichal Klocek <michal.klocek@qt.io>2016-11-14 10:16:03 +0000
commitd90fa41cc9204e1c003a8e425dcbccfe7ba5d595 (patch)
tree9bc7527cd3152232b2f5fedc462b1621ca6876e1 /tests/auto
parente83c722db43351329e451e84420a6b69591bc076 (diff)
Enable spellcheck test on macOS
Change-Id: I938ca8afb1d98103590a7ac4cbba77610a0eb099 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/widgets/widgets.pro9
1 files changed, 6 insertions, 3 deletions
diff --git a/tests/auto/widgets/widgets.pro b/tests/auto/widgets/widgets.pro
index 2f5416701..799eaf1c2 100644
--- a/tests/auto/widgets/widgets.pro
+++ b/tests/auto/widgets/widgets.pro
@@ -13,7 +13,10 @@ SUBDIRS += \
qwebenginesettings \
qwebengineview
-# QTBUG-53135, osx does not use hunspell
-!contains(WEBENGINE_CONFIG, no_spellcheck):!osx:!cross_compile {
- SUBDIRS += qwebenginespellcheck
+!contains(WEBENGINE_CONFIG, no_spellcheck):!cross_compile {
+ !contains(WEBENGINE_CONFIG, use_native_spellchecker) {
+ SUBDIRS += qwebenginespellcheck
+ } else {
+ message("Spellcheck test will not be built because it depends on usage of Hunspell dictionaries.")
+ }
}