diff options
Diffstat (limited to 'kopete/plugins/cryptography/CMakeLists.txt')
-rw-r--r-- | kopete/plugins/cryptography/CMakeLists.txt | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/kopete/plugins/cryptography/CMakeLists.txt b/kopete/plugins/cryptography/CMakeLists.txt index 27e36787..a5ea97de 100644 --- a/kopete/plugins/cryptography/CMakeLists.txt +++ b/kopete/plugins/cryptography/CMakeLists.txt @@ -25,8 +25,18 @@ link_directories( ##### other data ################################ -install( FILES kopete_cryptography.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) -install( FILES kopete_cryptography_config.desktop DESTINATION ${SERVICES_INSTALL_DIR}/tdeconfiguredialog ) +tde_create_translated_desktop( + SOURCE kopete_cryptography.desktop + DESTINATION ${SERVICES_INSTALL_DIR} + PO_DIR kopete-desktops +) + +tde_create_translated_desktop( + SOURCE kopete_cryptography_config.desktop + DESTINATION ${SERVICES_INSTALL_DIR}/tdeconfiguredialog + PO_DIR kopete-desktops +) + install( FILES cryptographyui.rc cryptographychatui.rc DESTINATION ${DATA_INSTALL_DIR}/kopete_cryptography ) |