From 812cc76b026108e208bfc8d20fe1daa8168a00eb Mon Sep 17 00:00:00 2001 From: Leander Beernaert Date: Wed, 15 Apr 2020 13:57:13 +0200 Subject: 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 --- util/cmake/configurejson2cmake.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'util/cmake/configurejson2cmake.py') diff --git a/util/cmake/configurejson2cmake.py b/util/cmake/configurejson2cmake.py index 5a77c36b4e..85ac26ec2b 100755 --- a/util/cmake/configurejson2cmake.py +++ b/util/cmake/configurejson2cmake.py @@ -127,6 +127,9 @@ def map_tests(test: str) -> Optional[str]: "libinput_axis_api": "ON", "xlib": "X11_FOUND", "wayland-scanner": "WaylandScanner_FOUND", + "3rdparty-hunspell": "VKB_HAVE_3RDPARTY_HUNSPELL", + "t9write-alphabetic": "VKB_HAVE_T9WRITE_ALPHA", + "t9write-cjk": "VKB_HAVE_T9WRITE_CJK", } if test in testmap: return testmap.get(test, None) -- cgit v1.2.3