summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets.pro
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@theqtcompany.com>2016-05-02 12:47:40 +0200
committerMichal Klocek <michal.klocek@theqtcompany.com>2016-05-06 17:11:57 +0000
commite87ba5b27bf753498adb00eef53f224c1123d25f (patch)
tree7d58d98b348ebf43c08442c33d04954e83992fcd /tests/auto/widgets/widgets.pro
parent580797d1f27bd4bdcac874ab06d2b67a491b50e3 (diff)
Add spellcheck autotest
Skip test on osx for now. Change-Id: I8f748d00da54fd5b7217b08a18e7a58d31cb898c Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'tests/auto/widgets/widgets.pro')
-rw-r--r--tests/auto/widgets/widgets.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/widgets/widgets.pro b/tests/auto/widgets/widgets.pro
index 6c516b38f..7543a4382 100644
--- a/tests/auto/widgets/widgets.pro
+++ b/tests/auto/widgets/widgets.pro
@@ -13,6 +13,11 @@ SUBDIRS += \
qwebenginesettings \
qwebengineview
+# QTBUG-53135, osx does not use hunspell
+!contains(WEBENGINE_CONFIG, no_spellcheck):!osx:!cross_compile {
+ SUBDIRS += qwebenginespellcheck
+}
+
qtHaveModule(positioning) {
SUBDIRS += positionplugin
qwebenginepage.depends = positionplugin