Commit bdf01c43 authored by Michal Klocek's avatar Michal Klocek Committed by Allan Sandfeld Jensen
Browse files

Fix broken inclusion of webenigne spellcheck test

Change 33e20b47

 switched no_spellchecker into use_spellchecker,
however change for tests directory was incorrect.

Task-number: QTBUG-59687
Change-Id: Ie4d4dae863b90a3b35c9e92c88332096aad75325
Reviewed-by: default avatarAllan Sandfeld Jensen <allan.jensen@qt.io>
Showing with 1 addition and 1 deletion
......@@ -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 {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment