┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)