summaryrefslogtreecommitdiffstats
path: root/plugins/plasmoids
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-27 00:52:32 -0600
committerTimothy Pearson <[email protected]>2013-01-27 00:52:32 -0600
commit91726329ab9745105638d8b74cfd9f000cd13af4 (patch)
tree2e8be3b7edc2ecf47e6ee4e5a63cb45ca6819c4c /plugins/plasmoids
parentd6cfa98becda3f9648dcda4dafd3de99b8733901 (diff)
downloadkbfx-91726329ab9745105638d8b74cfd9f000cd13af4.tar.gz
kbfx-91726329ab9745105638d8b74cfd9f000cd13af4.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'plugins/plasmoids')
-rw-r--r--plugins/plasmoids/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/plasmoids/CMakeLists.txt b/plugins/plasmoids/CMakeLists.txt
index d096771..7c40c2e 100644
--- a/plugins/plasmoids/CMakeLists.txt
+++ b/plugins/plasmoids/CMakeLists.txt
@@ -39,7 +39,7 @@ set( ${target}_SRCS
tde_add_library( ${target} SHARED AUTOMOC
SOURCES ${${target}_SRCS}
# VERSION 4.2.0
- LINK DCOP-shared tdecore-shared tdeui-shared kio-shared tdehtml-shared ${M_LIBRARY} kbfxdata
+ LINK DCOP-shared tdecore-shared tdeui-shared tdeio-shared tdehtml-shared ${M_LIBRARY} kbfxdata
DESTINATION ${LIB_INSTALL_DIR}/kbfx/plugins
)