From d76207db04016a56ea7ce01b483df3b845e90819 Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Sun, 22 May 2022 12:20:30 +0200 Subject: [PATCH] Add ki18n_install and kdoctools_install --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 590282702..5787d666d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -152,7 +152,9 @@ endif() if(KF5DocTools_FOUND) add_subdirectory(doc) + kdoctools_install(po) endif() +ki18n_install(po) if(BUILD_TESTING) add_subdirectory(tests)