From e0979612a57d0a71c2b4f5d646547b5a5f6ab99c Mon Sep 17 00:00:00 2001 From: Michal Klocek Date: Fri, 28 May 2021 19:59:48 +0200 Subject: Add spellchecker support and qwebengine_covert_dict to cmake Add spellchecker dictionary conversion tool. Change scope of gn object imported variables to function scope. Change-Id: Ice579a89e20b80034b675e7f767a774100478472 Reviewed-by: Allan Sandfeld Jensen (cherry picked from commit 9451ceee24e832d32a86ae6a2f37eea781acaa2f) Reviewed-by: Qt Cherry-pick Bot --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 63d227fc4..ecea7f0fe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -63,6 +63,7 @@ if(NOT QT_FEATURE_qtwebengine_build AND NOT QT_FEATURE_qtpdf_build) endif() add_subdirectory(src/core/api) +add_subdirectory(src/core/tools) add_subdirectory(src/process) add_subdirectory(src/webenginewidgets) add_subdirectory(src/webenginequick) -- cgit v1.2.3