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:12:34 +0200
commit6a194d1435d73bf8f19aab741a93f2486dcb4082 (patch)
tree911e1a02f1cd0558bb16b5c022f3d444df46e2eb /konqueror
parentaa8ce65383e9ecdd8d35d0ed19f97085361f7f16 (diff)
downloadtdebase-6a194d1435d73bf8f19aab741a93f2486dcb4082.tar.gz
tdebase-6a194d1435d73bf8f19aab741a93f2486dcb4082.zip
Fix FTBFS due to missing linked libraries.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
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}
)