summaryrefslogtreecommitdiffstats
path: root/konq-plugins
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-11-03 17:00:06 +0100
committerSlávek Banko <slavek.banko@axis.cz>2013-11-03 17:00:06 +0100
commit660ae8182d53859998fb656b97127ca71ba2dea5 (patch)
treee10d2d14c7f37f3e8593d041765734fa7fe055fc /konq-plugins
parent1a22301f46db807500b77119ae0132b9a3f876c5 (diff)
downloadtdeaddons-660ae8182d53859998fb656b97127ca71ba2dea5.tar.gz
tdeaddons-660ae8182d53859998fb656b97127ca71ba2dea5.zip
Remaining parts of cmake conversion
Diffstat (limited to 'konq-plugins')
-rw-r--r--konq-plugins/babelfish/CMakeLists.txt9
-rw-r--r--konq-plugins/domtreeviewer/CMakeLists.txt5
-rw-r--r--konq-plugins/fsview/CMakeLists.txt1
-rw-r--r--konq-plugins/searchbar/CMakeLists.txt5
-rw-r--r--konq-plugins/validators/CMakeLists.txt5
-rw-r--r--konq-plugins/webarchiver/CMakeLists.txt5
6 files changed, 30 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
+)
diff --git a/konq-plugins/domtreeviewer/CMakeLists.txt b/konq-plugins/domtreeviewer/CMakeLists.txt
index af36d41..b9c5f00 100644
--- a/konq-plugins/domtreeviewer/CMakeLists.txt
+++ b/konq-plugins/domtreeviewer/CMakeLists.txt
@@ -43,3 +43,8 @@ install( FILES domtreeviewerui.rc
install( FILES plugin_domtreeviewer.desktop
DESTINATION ${APPS_INSTALL_DIR}/.hidden
)
+
+install( FILES ../uninstall.desktop
+ RENAME domtreeviewerplugin.desktop
+ DESTINATION ${DATA_INSTALL_DIR}/tdehtml/kpartplugins
+)
diff --git a/konq-plugins/fsview/CMakeLists.txt b/konq-plugins/fsview/CMakeLists.txt
index 2860015..d68adcf 100644
--- a/konq-plugins/fsview/CMakeLists.txt
+++ b/konq-plugins/fsview/CMakeLists.txt
@@ -26,6 +26,7 @@ link_directories(
tde_add_library( fsview STATIC_PIC AUTOMOC
SOURCES treemap.cpp fsview.cpp scan.cpp inode.cpp
+ LINK tdeio-shared
)
diff --git a/konq-plugins/searchbar/CMakeLists.txt b/konq-plugins/searchbar/CMakeLists.txt
index 7558bc4..379c6c5 100644
--- a/konq-plugins/searchbar/CMakeLists.txt
+++ b/konq-plugins/searchbar/CMakeLists.txt
@@ -29,3 +29,8 @@ tde_add_kpart( libsearchbarplugin AUTOMOC
install( FILES searchbar.rc searchbar.desktop
DESTINATION ${DATA_INSTALL_DIR}/konqueror/kpartplugins
)
+
+install( FILES ../uninstall.desktop
+ RENAME searchbarplugin.desktop
+ DESTINATION ${DATA_INSTALL_DIR}/konqueror/kpartplugins
+)
diff --git a/konq-plugins/validators/CMakeLists.txt b/konq-plugins/validators/CMakeLists.txt
index 3a267be..fb881ed 100644
--- a/konq-plugins/validators/CMakeLists.txt
+++ b/konq-plugins/validators/CMakeLists.txt
@@ -36,3 +36,8 @@ install( FILES plugin_validators.rc plugin_validators.desktop
install( FILES plugin_validators.desktop
DESTINATION ${APPS_INSTALL_DIR}/.hidden
)
+
+install( FILES ../uninstall.desktop
+ RENAME validatorsplugin.desktop
+ DESTINATION ${DATA_INSTALL_DIR}/tdehtml/kpartplugins
+)
diff --git a/konq-plugins/webarchiver/CMakeLists.txt b/konq-plugins/webarchiver/CMakeLists.txt
index b017269..063c774 100644
--- a/konq-plugins/webarchiver/CMakeLists.txt
+++ b/konq-plugins/webarchiver/CMakeLists.txt
@@ -49,3 +49,8 @@ install( FILES webarchivethumbnail.desktop
install( FILES plugin_webarchiver.desktop
DESTINATION ${APPS_INSTALL_DIR}/.hidden
)
+
+install( FILES ../uninstall.desktop
+ RENAME webarchiverplugin.desktop
+ DESTINATION ${DATA_INSTALL_DIR}/tdehtml/kpartplugins
+)