From 28d4da42be051cb98337345922fe8a23899171a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 12 Jun 2020 12:12:34 +0200 Subject: Fix FTBFS due to missing linked libraries. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 6a194d1435d73bf8f19aab741a93f2486dcb4082) --- konqueror/shellcmdplugin/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'konqueror') 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} ) -- cgit v1.2.3