diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-05-07 03:40:58 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-05-07 03:40:58 +0200 |
commit | 48ddee7ba87576895aacce72422f469236395542 (patch) | |
tree | 6af611d0c1bd74e50c224c471426960fcec76c03 /kicker | |
parent | 9d54ae0596f9c1ab5b6b680e2fbcf3f07047da5e (diff) | |
download | tdebase-48ddee7ba87576895aacce72422f469236395542.tar.gz tdebase-48ddee7ba87576895aacce72422f469236395542.zip |
Update CMake rules to change tdehw library to standalone.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'kicker')
-rw-r--r-- | kicker/kicker/ui/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kicker/kicker/ui/CMakeLists.txt b/kicker/kicker/ui/CMakeLists.txt index 754288ce9..315ec73bc 100644 --- a/kicker/kicker/ui/CMakeLists.txt +++ b/kicker/kicker/ui/CMakeLists.txt @@ -56,5 +56,5 @@ set( ${target}_SRCS tde_add_library( ${target} STATIC_PIC AUTOMOC SOURCES ${${target}_SRCS} DEPENDENCIES kicker_core-static - LINK dmctl-static kickoffsearch_interfaces-shared ${DBUS_TQT_LIBRARIES} ${HAL_LIBRARIES} + LINK dmctl-static kickoffsearch_interfaces-shared ${TDEHW_LIBRARIES} ${DBUS_TQT_LIBRARIES} ${HAL_LIBRARIES} ) |