diff options
Diffstat (limited to 'kopete/protocols/sms/CMakeLists.txt')
-rw-r--r-- | kopete/protocols/sms/CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/kopete/protocols/sms/CMakeLists.txt b/kopete/protocols/sms/CMakeLists.txt index 017ae01e..39b0d297 100644 --- a/kopete/protocols/sms/CMakeLists.txt +++ b/kopete/protocols/sms/CMakeLists.txt @@ -32,7 +32,11 @@ link_directories( ##### other data ################################ -install( FILES kopete_sms.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) +tde_create_translated_desktop( + SOURCE kopete_sms.desktop + DESTINATION ${SERVICES_INSTALL_DIR} + PO_DIR kopete-desktops +) ##### kopete_sms (module) ####################### |