summaryrefslogtreecommitdiffstats
path: root/kimagemapeditor/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-03-16 00:02:31 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-05-05 19:55:36 +0200
commit9b215fd2af36fbe86fc507d0cb3bba415c88fb58 (patch)
treed0821b31ca17ad69c5d6c568e7fe2f7e03788e42 /kimagemapeditor/CMakeLists.txt
parentf4edc50e4756b2289254ee308223faed9be6a2c7 (diff)
downloadtdewebdev-9b215fd2af36fbe86fc507d0cb3bba415c88fb58.tar.gz
tdewebdev-9b215fd2af36fbe86fc507d0cb3bba415c88fb58.zip
Added translation of .desktop files.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'kimagemapeditor/CMakeLists.txt')
-rw-r--r--kimagemapeditor/CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/kimagemapeditor/CMakeLists.txt b/kimagemapeditor/CMakeLists.txt
index 442c8ed8..02b95004 100644
--- a/kimagemapeditor/CMakeLists.txt
+++ b/kimagemapeditor/CMakeLists.txt
@@ -78,9 +78,13 @@ install(
DESTINATION ${DATA_INSTALL_DIR}/kimagemapeditor
)
-tde_create_translated_desktop( kimagemapeditor.desktop )
+tde_create_translated_desktop(
+ SOURCE kimagemapeditor.desktop
+ PO_DIR kimagemapeditor-desktops
+)
tde_create_translated_desktop(
SOURCE kimagemapeditorpart.desktop
DESTINATION ${SERVICES_INSTALL_DIR}
+ PO_DIR kimagemapeditor-desktops
)