diff options
author | Slávek Banko <[email protected]> | 2020-06-12 12:12:34 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-06-12 12:56:32 +0200 |
commit | 28d4da42be051cb98337345922fe8a23899171a2 (patch) | |
tree | 9be4b9b6c1d7a356f7af6fa66098766107d67718 /tdepasswd/kcm | |
parent | b2d13aa0d034b3b63b7e09f4cdd08d13ee9129a0 (diff) | |
download | tdebase-28d4da42be051cb98337345922fe8a23899171a2.tar.gz tdebase-28d4da42be051cb98337345922fe8a23899171a2.zip |
Fix FTBFS due to missing linked libraries.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 6a194d1435d73bf8f19aab741a93f2486dcb4082)
Diffstat (limited to 'tdepasswd/kcm')
-rw-r--r-- | tdepasswd/kcm/CMakeLists.txt | 2 |
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} ) |