summaryrefslogtreecommitdiffstats
path: root/util/cmake/helper.py
diff options
context:
space:
mode:
authorLeander Beernaert <leander.beernaert@qt.io>2020-04-15 13:57:13 +0200
committerLeander Beernaert <leander.beernaert@qt.io>2020-04-15 14:15:52 +0000
commit812cc76b026108e208bfc8d20fe1daa8168a00eb (patch)
tree41d87dfe26134e0ff0e1a7661432c34ca21575a0 /util/cmake/helper.py
parentbb0a6162608fe932f8534bbe65594c6bf894867a (diff)
CMake: Update pro2cmake and friend to convert QtVirtualkeyboard
Expand $$MODULE_BASE_DIR to ${QT_BUILD_DIR}. Add library mappings for Hunspell. Add test mappings for QtVirtualKeyboard regarding 3rdparty Hunspell and T9Write. Change-Id: Ief007456d0471cbcf9a03d819291edec5f63680f Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'util/cmake/helper.py')
-rw-r--r--util/cmake/helper.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/cmake/helper.py b/util/cmake/helper.py
index 150610dc68..06fcb83f9d 100644
--- a/util/cmake/helper.py
+++ b/util/cmake/helper.py
@@ -587,6 +587,7 @@ _library_map = [
LibraryMapping("webp", "WrapWebP", "WrapWebP::WrapWebP"),
LibraryMapping("jasper", "WrapJasper", "WrapJasper::WrapJasper"),
LibraryMapping("sdl2", "WrapSDL2", "WrapSDL2::WrapSDL2"),
+ LibraryMapping("hunspell", "Hunspell", "Hunspell::Hunspell"),
LibraryMapping(
"assimp",
"WrapAssimp",