summaryrefslogtreecommitdiffstats
path: root/tdepasswd/kcm
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-06-12 12:12:34 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-06-12 12:56:32 +0200
commit28d4da42be051cb98337345922fe8a23899171a2 (patch)
tree9be4b9b6c1d7a356f7af6fa66098766107d67718 /tdepasswd/kcm
parentb2d13aa0d034b3b63b7e09f4cdd08d13ee9129a0 (diff)
downloadtdebase-28d4da42be051cb98337345922fe8a23899171a2.tar.gz
tdebase-28d4da42be051cb98337345922fe8a23899171a2.zip
Fix FTBFS due to missing linked libraries.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 6a194d1435d73bf8f19aab741a93f2486dcb4082)
Diffstat (limited to 'tdepasswd/kcm')
-rw-r--r--tdepasswd/kcm/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdepasswd/kcm/CMakeLists.txt b/tdepasswd/kcm/CMakeLists.txt
index 338a4f4cb..e7dfe5e24 100644
--- a/tdepasswd/kcm/CMakeLists.txt
+++ b/tdepasswd/kcm/CMakeLists.txt
@@ -39,6 +39,6 @@ tde_add_kpart( kcm_useraccount AUTOMOC
SOURCES
main_widget.ui chfnprocess.cpp main.cpp
chfacedlg.cpp settings.kcfgc pass.kcfgc
- LINK konq-shared
+ LINK konq-shared tdesu-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)