summaryrefslogtreecommitdiffstats
path: root/kicker
diff options
context:
space:
mode:
Diffstat (limited to 'kicker')
-rw-r--r--kicker/applets/clock/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/kicker/applets/clock/CMakeLists.txt b/kicker/applets/clock/CMakeLists.txt
index 7d632c863..0caa47d67 100644
--- a/kicker/applets/clock/CMakeLists.txt
+++ b/kicker/applets/clock/CMakeLists.txt
@@ -20,6 +20,7 @@ include_directories(
link_directories(
${TQT_LIBRARY_DIRS}
+ ${CMAKE_BINARY_DIR}/kicker/libkicker
)
@@ -53,6 +54,6 @@ set( ${target}_SRCS
tde_add_kpart( ${target} AUTOMOC
SOURCES ${${target}_SRCS}
DEPENDENCIES clock_panelapplet-static
- LINK kickermain-shared clock_panelapplet-static
+ LINK kickermain-shared clock_panelapplet-static kickermain
DESTINATION ${PLUGIN_INSTALL_DIR}
)