diff options
Diffstat (limited to 'plugins/decoder/libsndfile/CMakeLists.txt')
-rw-r--r-- | plugins/decoder/libsndfile/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/decoder/libsndfile/CMakeLists.txt b/plugins/decoder/libsndfile/CMakeLists.txt index fa387c0..7f8c947 100644 --- a/plugins/decoder/libsndfile/CMakeLists.txt +++ b/plugins/decoder/libsndfile/CMakeLists.txt @@ -38,6 +38,7 @@ tde_add_kpart( libk3blibsndfiledecoder AUTOMOC ##### other data ################################ -install( FILES k3blibsndfiledecoder.plugin +tde_create_translated_desktop( + SOURCE k3blibsndfiledecoder.plugin DESTINATION ${DATA_INSTALL_DIR}/k3b/plugins ) |