summaryrefslogtreecommitdiffstats
path: root/konqueror
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 /konqueror
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 'konqueror')
-rw-r--r--konqueror/shellcmdplugin/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/konqueror/shellcmdplugin/CMakeLists.txt b/konqueror/shellcmdplugin/CMakeLists.txt
index 717a7464e..6ad36d513 100644
--- a/konqueror/shellcmdplugin/CMakeLists.txt
+++ b/konqueror/shellcmdplugin/CMakeLists.txt
@@ -42,6 +42,6 @@ set( ${target}_SRCS
tde_add_kpart( ${target} AUTOMOC
SOURCES ${${target}_SRCS}
- LINK konq-shared
+ LINK konq-shared tdesu-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)