summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsamelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-11-21 16:15:14 +0000
committersamelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-11-21 16:15:14 +0000
commitcbe1627f4697af787d9795f283743944417c5faa (patch)
tree004028f0baf6f22ed2761b0f53ef777b685c4f6e
parenta4e4a0b276c04404000289bede8f200ea962bb97 (diff)
downloadtdelibs-cbe1627f.tar.gz
tdelibs-cbe1627f.zip
[kdelibs/kded] export kdeinit_kded-shared target
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1199333 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--kded/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/kded/CMakeLists.txt b/kded/CMakeLists.txt
index 8b660783d..18b46e065 100644
--- a/kded/CMakeLists.txt
+++ b/kded/CMakeLists.txt
@@ -51,7 +51,9 @@ set( ${target}_SRCS
kded.cpp kdedmodule.cpp
)
-tde_add_kdeinit_executable( ${target} AUTOMOC
+# we must to export kdeinit_kded-shared because various
+# modules need this library
+tde_add_kdeinit_executable( ${target} AUTOMOC EXPORT
SOURCES ${${target}_SRCS}
LINK kio-shared
)