diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-11-22 13:42:48 +0800 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-11-22 13:42:48 +0800 |
commit | fc0ee7bf30433c8f5c8e4e6f792877450ad4ff5a (patch) | |
tree | 99513a16f4dba87ffe327a10f17fe91dab33972a /kontact_plugin/CMakeLists.txt | |
parent | 4dff79a1b535a2be7f8cb49978ecabcef6532cd0 (diff) | |
download | basket-fc0ee7bf30433c8f5c8e4e6f792877450ad4ff5a.tar.gz basket-fc0ee7bf30433c8f5c8e4e6f792877450ad4ff5a.zip |
Added translation of .desktop files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kontact_plugin/CMakeLists.txt')
-rw-r--r-- | kontact_plugin/CMakeLists.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kontact_plugin/CMakeLists.txt b/kontact_plugin/CMakeLists.txt index d662ee9..ca7080a 100644 --- a/kontact_plugin/CMakeLists.txt +++ b/kontact_plugin/CMakeLists.txt @@ -66,7 +66,8 @@ install( DESTINATION ${DATA_INSTALL_DIR}/kontact/ksettingsdialog ) -install( - FILES basket.desktop +tde_create_translated_desktop( + SOURCE basket.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kontact ) + |