diff options
Diffstat (limited to 'kbabel/addons/preview/CMakeLists.txt')
-rw-r--r-- | kbabel/addons/preview/CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/kbabel/addons/preview/CMakeLists.txt b/kbabel/addons/preview/CMakeLists.txt index d8690f8e..a5274a23 100644 --- a/kbabel/addons/preview/CMakeLists.txt +++ b/kbabel/addons/preview/CMakeLists.txt @@ -22,7 +22,11 @@ link_directories( ##### other data ################################ -install( FILES pothumbnail.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) +tde_create_translated_desktop( + SOURCE pothumbnail.desktop + DESTINATION ${SERVICES_INSTALL_DIR} + PO_DIR kbabel-desktops +) ##### pothumbnail (module) ###################### |