summaryrefslogtreecommitdiffstats
path: root/kopete/plugins/history/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/plugins/history/CMakeLists.txt')
-rw-r--r--kopete/plugins/history/CMakeLists.txt15
1 files changed, 13 insertions, 2 deletions
diff --git a/kopete/plugins/history/CMakeLists.txt b/kopete/plugins/history/CMakeLists.txt
index 8f44c108..c55f8b27 100644
--- a/kopete/plugins/history/CMakeLists.txt
+++ b/kopete/plugins/history/CMakeLists.txt
@@ -26,9 +26,20 @@ link_directories(
##### other data ################################
-install( FILES kopete_history.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
+tde_create_translated_desktop(
+ SOURCE kopete_history.desktop
+ DESTINATION ${SERVICES_INSTALL_DIR}
+ PO_DIR kopete-desktops
+)
+
install( FILES historyui.rc historychatui.rc DESTINATION ${DATA_INSTALL_DIR}/kopete_history )
-install( FILES kopete_history_config.desktop DESTINATION ${SERVICES_INSTALL_DIR}/tdeconfiguredialog )
+
+tde_create_translated_desktop(
+ SOURCE kopete_history_config.desktop
+ DESTINATION ${SERVICES_INSTALL_DIR}/tdeconfiguredialog
+ PO_DIR kopete-desktops
+)
+
install( FILES historyconfig.kcfg DESTINATION ${KCFG_INSTALL_DIR} )