summaryrefslogtreecommitdiffstats
path: root/sigencore
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-03-25 01:52:06 -0400
committerBen Boeckel <MathStuf@gmail.com>2009-03-25 01:52:06 -0400
commit24da24438d9d7c0588b50061b0580fc219f6cf7e (patch)
treeb8328640245c0d5a9159a785973fecfb0b20076c /sigencore
parent69d9f32deb8b1fa2cb13cfb438d375d45a655aa6 (diff)
downloadsigen-24da24438d9d7c0588b50061b0580fc219f6cf7e.tar.gz
sigen-24da24438d9d7c0588b50061b0580fc219f6cf7e.tar.xz
sigen-24da24438d9d7c0588b50061b0580fc219f6cf7e.zip
Unneeded linking
Diffstat (limited to 'sigencore')
-rw-r--r--sigencore/plugins/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/sigencore/plugins/CMakeLists.txt b/sigencore/plugins/CMakeLists.txt
index 32421746..d062e31c 100644
--- a/sigencore/plugins/CMakeLists.txt
+++ b/sigencore/plugins/CMakeLists.txt
@@ -24,11 +24,9 @@ set_target_properties(sigencoreplugins
SOVERSION ${SIGEN_SOVERSION}
)
target_link_libraries(sigencoreplugins
- ${KDE4_KDEUI_LIBRARY}
sigencore
)
target_link_libraries(sigencoreplugins LINK_INTERFACE_LIBRARIES
- ${KDE4_KDEUI_LIBRARY}
sigencore
)