diff options
author | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-11-21 16:15:14 +0000 |
---|---|---|
committer | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-11-21 16:15:14 +0000 |
commit | cbe1627f4697af787d9795f283743944417c5faa (patch) | |
tree | 004028f0baf6f22ed2761b0f53ef777b685c4f6e /kded | |
parent | a4e4a0b276c04404000289bede8f200ea962bb97 (diff) | |
download | tdelibs-cbe1627f4697af787d9795f283743944417c5faa.tar.gz tdelibs-cbe1627f4697af787d9795f283743944417c5faa.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
Diffstat (limited to 'kded')
-rw-r--r-- | kded/CMakeLists.txt | 4 |
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 ) |