summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
)