From eb3dde9ef682e2b142de02f313833c9905b0ef04 Mon Sep 17 00:00:00 2001 From: Andreas Cord-Landwehr Date: Mon, 7 Sep 2020 08:31:55 +0200 Subject: [PATCH] Improve i18n tooling (cherry picked from commit a7bddf48ab39fca67eb35470db76693c8b3104d3) --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1a93964..f119039 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -58,6 +58,7 @@ ecm_optional_add_subdirectory(liblearnerprofile) ecm_optional_add_subdirectory(autotests) # files to install in the artikulate project root directory +k18n_install(po) install(PROGRAMS org.kde.artikulate.desktop DESTINATION ${XDG_APPS_INSTALL_DIR}) install(FILES org.kde.artikulate.appdata.xml DESTINATION ${KDE_INSTALL_METAINFODIR}) -- GitLab