diff options
Diffstat (limited to 'kicker/applets/clock/CMakeLists.txt')
-rw-r--r-- | kicker/applets/clock/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kicker/applets/clock/CMakeLists.txt b/kicker/applets/clock/CMakeLists.txt index 43923b68c..e81a4f702 100644 --- a/kicker/applets/clock/CMakeLists.txt +++ b/kicker/applets/clock/CMakeLists.txt @@ -45,6 +45,7 @@ set( ${target}_SRCS tde_add_library( ${target} STATIC_PIC AUTOMOC SOURCES ${${target}_SRCS} + LINK kickermain-shared ) ##### clock_panelapplet (module) ################ @@ -57,7 +58,6 @@ set( ${target}_SRCS tde_add_kpart( ${target} AUTOMOC SOURCES ${${target}_SRCS} - DEPENDENCIES clock_panelapplet-static - LINK kickermain-shared clock_panelapplet-static kickermain + LINK kickermain-shared clock_panelapplet-static DESTINATION ${PLUGIN_INSTALL_DIR} ) |