diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-11-03 17:00:06 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-11-03 17:00:06 +0100 |
commit | 660ae8182d53859998fb656b97127ca71ba2dea5 (patch) | |
tree | e10d2d14c7f37f3e8593d041765734fa7fe055fc /konq-plugins/babelfish | |
parent | 1a22301f46db807500b77119ae0132b9a3f876c5 (diff) | |
download | tdeaddons-660ae8182d53859998fb656b97127ca71ba2dea5.tar.gz tdeaddons-660ae8182d53859998fb656b97127ca71ba2dea5.zip |
Remaining parts of cmake conversion
Diffstat (limited to 'konq-plugins/babelfish')
-rw-r--r-- | konq-plugins/babelfish/CMakeLists.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/konq-plugins/babelfish/CMakeLists.txt b/konq-plugins/babelfish/CMakeLists.txt index 742a47a..0bd425a 100644 --- a/konq-plugins/babelfish/CMakeLists.txt +++ b/konq-plugins/babelfish/CMakeLists.txt @@ -36,3 +36,12 @@ install( FILES plugin_babelfish.rc plugin_babelfish.desktop install( FILES plugin_babelfish.desktop DESTINATION ${APPS_INSTALL_DIR}/.hidden ) + +install( FILES translaterc + DESTINATION ${SYSCONF_INSTALL_DIR} +) + +install( FILES ../uninstall.desktop + RENAME babelfishplugin.desktop + DESTINATION ${DATA_INSTALL_DIR}/tdehtml/kpartplugins +) |