From 6444ec681798abadc3ee616fa49ac96f03418474 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 24 Nov 2024 01:13:24 +0100 Subject: [PATCH] Re-add tqui linking for tdepim library. Although the tests indicated that it was not needed, it led to FTBFS. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- libtdepim/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtdepim/CMakeLists.txt b/libtdepim/CMakeLists.txt index c604626c..a252500c 100644 --- a/libtdepim/CMakeLists.txt +++ b/libtdepim/CMakeLists.txt @@ -94,7 +94,7 @@ tde_add_library( tdepim SHARED AUTOMOC csshelper.cpp distributionlist.cpp kpimurlrequesterdlg.cpp sendsmsdialog.cpp kmailcompletion.cpp VERSION 1.0.0 - LINK kcal-shared tdeimproxy-shared tdeparts-shared + LINK kcal-shared tdeimproxy-shared tdeparts-shared tqui DESTINATION ${LIB_INSTALL_DIR} )