]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Add ki18n_install and kdoctools_install
authorAlbert Astals Cid <aacid@kde.org>
Sun, 22 May 2022 22:46:13 +0000 (00:46 +0200)
committerAlbert Astals Cid <aacid@kde.org>
Sun, 22 May 2022 22:46:13 +0000 (00:46 +0200)
CMakeLists.txt

index ae9507ef6d257cc14ac9df0e78b13b4904f9fbe0..52ea4ac7d00b9663e493ad60414c9d50a5f05bf6 100644 (file)
@@ -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)