diff options
Diffstat (limited to 'konq-plugins/babelfish/CMakeLists.txt')
-rw-r--r-- | konq-plugins/babelfish/CMakeLists.txt | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/konq-plugins/babelfish/CMakeLists.txt b/konq-plugins/babelfish/CMakeLists.txt index bf0f11d..e44543f 100644 --- a/konq-plugins/babelfish/CMakeLists.txt +++ b/konq-plugins/babelfish/CMakeLists.txt @@ -29,12 +29,21 @@ tde_install_icons( babelfish ) ##### other data ################################ -install( FILES plugin_babelfish.rc plugin_babelfish.desktop +install( + FILES plugin_babelfish.rc DESTINATION ${DATA_INSTALL_DIR}/tdehtml/kpartplugins ) -install( FILES plugin_babelfish.desktop +tde_create_translated_desktop( + SOURCE plugin_babelfish.desktop + DESTINATION ${DATA_INSTALL_DIR}/tdehtml/kpartplugins + PO_DIR konq-plugins-desktops +) + +tde_create_translated_desktop( + SOURCE plugin_babelfish.desktop DESTINATION ${APPS_INSTALL_DIR}/.hidden + PO_DIR konq-plugins-desktops ) install( FILES translaterc |