diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2014-10-06 17:41:46 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2014-10-06 17:41:46 +0200 |
commit | aaf2ebb548031a91bd353fd9561b928f877d404a (patch) | |
tree | 8b83aeb943da59ad2a4063ac57b50b2858053eda /kicker/applets/systemtray | |
parent | 408f22444f371c13ef48f677de855505c9a3d741 (diff) | |
download | tdebase-aaf2ebb548031a91bd353fd9561b928f877d404a.tar.gz tdebase-aaf2ebb548031a91bd353fd9561b928f877d404a.zip |
Fix dependencies in CMake targets
Diffstat (limited to 'kicker/applets/systemtray')
-rw-r--r-- | kicker/applets/systemtray/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kicker/applets/systemtray/CMakeLists.txt b/kicker/applets/systemtray/CMakeLists.txt index ee1ea0436..904c977b7 100644 --- a/kicker/applets/systemtray/CMakeLists.txt +++ b/kicker/applets/systemtray/CMakeLists.txt @@ -42,5 +42,5 @@ tde_add_kpart( ${target} AUTOMOC SOURCES ${${target}_SRCS} LINK kickermain-shared clock_panelapplet-static DESTINATION ${PLUGIN_INSTALL_DIR} - DEPENDENCIES kicker_core-static kicker-static kicker-shared clock_panelapplet-static + DEPENDENCIES kicker_core-static clock_panelapplet-static ) |