summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2024-11-24 01:13:24 +0100
committerSlávek Banko <[email protected]>2024-11-01 01:13:24 +0100
commit6444ec681798abadc3ee616fa49ac96f03418474 (patch)
tree1a4a1a05c8155063e1c077069789c216aae22dc3
parent9e736adea5e73522971a82512241a7a449ea4cac (diff)
downloadtdepim-6444ec681798abadc3ee616fa49ac96f03418474.tar.gz
tdepim-6444ec681798abadc3ee616fa49ac96f03418474.zip
Re-add tqui linking for tdepim library.
Although the tests indicated that it was not needed, it led to FTBFS. Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r--libtdepim/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtdepim/CMakeLists.txt b/libtdepim/CMakeLists.txt
index c604626cb..a252500ca 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}
)