diff options
author | Michele Calgaro <[email protected]> | 2024-09-24 15:11:17 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-09-24 20:55:18 +0900 |
commit | 8e0a91b1a70d6a055a39838489a4dacfd3200740 (patch) | |
tree | 4a047b7af0b7e394ddd7a76f178f6aba65339b9a /knode/CMakeLists.txt | |
parent | 1fb5101d491c1c4b3483540489dd109a59bfce2d (diff) | |
download | tdepim-8e0a91b1a70d6a055a39838489a4dacfd3200740.tar.gz tdepim-8e0a91b1a70d6a055a39838489a4dacfd3200740.zip |
libemailfunctions: move kAscii* functions to tdelibs
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'knode/CMakeLists.txt')
-rw-r--r-- | knode/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/knode/CMakeLists.txt b/knode/CMakeLists.txt index a21deffb5..ae3c46c93 100644 --- a/knode/CMakeLists.txt +++ b/knode/CMakeLists.txt @@ -84,7 +84,7 @@ tde_add_library( knodecommon SHARED AUTOMOC kncollectionview.cpp articlewidget.cpp csshelper.cpp smtpaccountwidget_base.ui VERSION 3.0.0 - LINK emailfunctions-static tdepim-shared kpgp-shared tdehtml-shared + LINK tdecore-shared tdepim-shared kpgp-shared tdehtml-shared DESTINATION ${LIB_INSTALL_DIR} ) |