┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <[email protected]>2022-05-23 00:46:13 +0200
committerAlbert Astals Cid <[email protected]>2022-05-23 00:46:13 +0200
commit7fed7c977725eb52acb86e1b5326dcfb8faac9a7 (patch)
treeb7778152d7f07f902ee083b0b7c5b1832cdd4ee2
parent30b62a1c042c150daa5700bbd86bb14df80b7744 (diff)
Add ki18n_install and kdoctools_install
-rw-r--r--CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ae9507ef6..52ea4ac7d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -200,5 +200,11 @@ ecm_qt_install_logging_categories(
FILE dolphin.categories
DESTINATION ${KDE_INSTALL_LOGGINGCATEGORIESDIR}
)
+
+ki18n_install(po)
+if(KF5DocTools_FOUND)
+ kdoctools_install(po)
+endif()
+
feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)