diff options
Diffstat (limited to 'plugins/decoder/flac/CMakeLists.txt')
-rw-r--r-- | plugins/decoder/flac/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/decoder/flac/CMakeLists.txt b/plugins/decoder/flac/CMakeLists.txt index 75eea0d..20e4256 100644 --- a/plugins/decoder/flac/CMakeLists.txt +++ b/plugins/decoder/flac/CMakeLists.txt @@ -41,6 +41,7 @@ tde_add_kpart( libk3bflacdecoder AUTOMOC ##### other data ################################ -install( FILES k3bflacdecoder.plugin +tde_create_translated_desktop( + SOURCE k3bflacdecoder.plugin DESTINATION ${DATA_INSTALL_DIR}/k3b/plugins ) |