diff options
Diffstat (limited to 'tderesources/scalix/tdeabc/CMakeLists.txt')
-rw-r--r-- | tderesources/scalix/tdeabc/CMakeLists.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/tderesources/scalix/tdeabc/CMakeLists.txt b/tderesources/scalix/tdeabc/CMakeLists.txt index 5875d5ac..d677a306 100644 --- a/tderesources/scalix/tdeabc/CMakeLists.txt +++ b/tderesources/scalix/tdeabc/CMakeLists.txt @@ -24,9 +24,11 @@ link_directories( ##### other data ################################ -install( - FILES scalix.desktop - DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/tdeabc ) +tde_create_translated_desktop( + SOURCE scalix.desktop + DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/tdeabc + PO_DIR tderesources-desktops +) install( FILES ../uninstall.desktop |