summaryrefslogtreecommitdiffstats
path: root/kicker/kicker/ui
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2014-10-06 17:41:46 +0200
committerSlávek Banko <slavek.banko@axis.cz>2014-10-06 17:41:46 +0200
commitaaf2ebb548031a91bd353fd9561b928f877d404a (patch)
tree8b83aeb943da59ad2a4063ac57b50b2858053eda /kicker/kicker/ui
parent408f22444f371c13ef48f677de855505c9a3d741 (diff)
downloadtdebase-aaf2ebb548031a91bd353fd9561b928f877d404a.tar.gz
tdebase-aaf2ebb548031a91bd353fd9561b928f877d404a.zip
Fix dependencies in CMake targets
Diffstat (limited to 'kicker/kicker/ui')
-rw-r--r--kicker/kicker/ui/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/kicker/kicker/ui/CMakeLists.txt b/kicker/kicker/ui/CMakeLists.txt
index f65c51802..e1fdfd957 100644
--- a/kicker/kicker/ui/CMakeLists.txt
+++ b/kicker/kicker/ui/CMakeLists.txt
@@ -55,6 +55,6 @@ set( ${target}_SRCS
tde_add_library( ${target} STATIC_PIC AUTOMOC
SOURCES ${${target}_SRCS}
- DEPENDENCIES kicker_core-static kickermain-static
+ DEPENDENCIES kicker_core-static
LINK dmctl-static kickoffsearch_interfaces-shared ${DBUS_TQT_LIBRARIES} ${HAL_LIBRARIES}
)