summaryrefslogtreecommitdiffstats
path: root/src/knemod/CMakeLists.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-10-09 15:43:27 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-10-09 15:03:08 +0800
commit7865a399008d1433aff41b09458caf9376400a7b (patch)
tree2463fcc9743cb7b550c820cf12c6e958e82e21cc /src/knemod/CMakeLists.txt
parent1d0459ed16d05e935931cd5b4d41764f8f6c5cf6 (diff)
downloadknemo-7865a399008d1433aff41b09458caf9376400a7b.tar.gz
knemo-7865a399008d1433aff41b09458caf9376400a7b.zip
Added translation of .desktop files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/knemod/CMakeLists.txt')
-rw-r--r--src/knemod/CMakeLists.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/knemod/CMakeLists.txt b/src/knemod/CMakeLists.txt
index 1c20c7a..17b833d 100644
--- a/src/knemod/CMakeLists.txt
+++ b/src/knemod/CMakeLists.txt
@@ -49,12 +49,13 @@ tde_add_kpart( kded_knemod AUTOMOC
##### other data
-install(
- FILES eventsrc
+tde_create_translated_desktop(
+ SOURCE eventsrc
DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}
)
tde_create_translated_desktop(
SOURCE knemod.desktop
+ PO_DIR knemo-desktops
DESTINATION ${SERVICES_INSTALL_DIR}/kded
)