summaryrefslogtreecommitdiffstats
path: root/konq-plugins
diff options
context:
space:
mode:
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
+)