[libraries/kirigami-app-components] /: Install translations
Heiko Becker <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit c3ccb35f56d825b3526468d1e6a1a9e59fbe82fb by Heiko Becker.
Committed on 22/07/2026 at 15:23.
Pushed by heikobecker into branch 'master'.
Install translations
M +2 -0 CMakeLists.txt
https://invent.kde.org/libraries/kirigami-app-components/-/commit/c3ccb35f56d825b3526468d1e6a1a9e59fbe82fb
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 56d2e56..5ee52e3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -80,5 +80,7 @@ install(FILES
install(EXPORT KirigamiAppComponentsTargets DESTINATION "${CMAKECONFIG_INSTALL_DIR}"
FILE KirigamiAppComponentsTargets.cmake NAMESPACE KF6:: COMPONENT Devel)
+ki18n_install(po)
+
kde_configure_git_pre_commit_hook(CHECKS CLANG_FORMAT)