diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2022-08-27 17:26:03 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-08-27 17:26:03 +0200 |
commit | c81945a0823af6177bc05263edf11ba379e60e7c (patch) | |
tree | 7ff9a56a981409cccaa402f9a07c6b3327f609e1 /plugins/decoder/mp3/CMakeLists.txt | |
parent | 3e30a7a74408b3217e3f5a22754cdd39c29d3ca2 (diff) | |
download | k3b-c81945a0823af6177bc05263edf11ba379e60e7c.tar.gz k3b-c81945a0823af6177bc05263edf11ba379e60e7c.zip |
Added translation of .desktop files.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'plugins/decoder/mp3/CMakeLists.txt')
-rw-r--r-- | plugins/decoder/mp3/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/decoder/mp3/CMakeLists.txt b/plugins/decoder/mp3/CMakeLists.txt index 2c31bae..4b180f5 100644 --- a/plugins/decoder/mp3/CMakeLists.txt +++ b/plugins/decoder/mp3/CMakeLists.txt @@ -38,6 +38,7 @@ tde_add_kpart( libk3bmaddecoder AUTOMOC ##### other data ################################ -install( FILES k3bmaddecoder.plugin +tde_create_translated_desktop( + SOURCE k3bmaddecoder.plugin DESTINATION ${DATA_INSTALL_DIR}/k3b/plugins ) |