From c18a0b80bf07b9ef02f749077e7f736562ba6f50 Mon Sep 17 00:00:00 2001 From: Luigi Toscano Date: Sun, 27 Nov 2022 00:05:59 +0100 Subject: [PATCH] Install translated documentation from po/ too ... when KDocTools is found. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 61cdf2eaad..9cc68d1fd3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -442,6 +442,7 @@ add_definitions( if (KF5DocTools_FOUND) add_subdirectory(doc) + kdoctools_install(po) endif() add_subdirectory(data)