diff --git a/CMakeLists.txt b/CMakeLists.txt index ae9507ef6d..52ea4ac7d0 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)