diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2026-02-11 09:49:23 +0100 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2026-02-11 09:49:23 +0100 |
| commit | 19d67b5bbe39b9ea04fd9f589049cc08ef48dbca (patch) | |
| tree | 4aa36143f9125984238edcea1bf36da60fde97e9 /kicker/taskbar | |
| parent | 611d3ad10359d515b4210eb1ee3032c0cacec7e2 (diff) | |
| download | tdebase-19d67b5bbe39b9ea04fd9f589049cc08ef48dbca.tar.gz tdebase-19d67b5bbe39b9ea04fd9f589049cc08ef48dbca.zip | |
Fix potential FTBFS during parallel build and late processing of kickerSettings.kcfg.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'kicker/taskbar')
| -rw-r--r-- | kicker/taskbar/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kicker/taskbar/CMakeLists.txt b/kicker/taskbar/CMakeLists.txt index c01fad149..962875047 100644 --- a/kicker/taskbar/CMakeLists.txt +++ b/kicker/taskbar/CMakeLists.txt @@ -40,5 +40,6 @@ tde_add_library( ${target} SHARED AUTOMOC SOURCES ${${target}_SRCS} VERSION 1.2.0 LINK kickermain-shared taskmanager-shared + DEPENDENCIES kicker+libkicker+kickerSettings.cpp DESTINATION ${LIB_INSTALL_DIR} ) |
