summaryrefslogtreecommitdiffstats
path: root/interfaces/ktexteditor
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-06-05 02:11:25 +0200
committerSlávek Banko <slavek.banko@axis.cz>2021-02-03 22:12:22 +0100
commitb2ff598b34aa6e2e73bdd236e820b713647d0b7b (patch)
treeccf102bb3e2561e6e834a1be1b8eaa39ba3c83d8 /interfaces/ktexteditor
parentbb46328fb4c38de5168b2aa498403e55e1550e24 (diff)
downloadtdelibs-b2ff598b34aa6e2e73bdd236e820b713647d0b7b.tar.gz
tdelibs-b2ff598b34aa6e2e73bdd236e820b713647d0b7b.zip
Drop explicit dependencies on dcopidl and dcopidl2cpp,
because thanks to the replacement of KDE3 CMake macros with TDE macros, this is no longer needed. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit c2b90055a581e9fb95a281fab53b6c56a96a4f2d)
Diffstat (limited to 'interfaces/ktexteditor')
-rw-r--r--interfaces/ktexteditor/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/interfaces/ktexteditor/CMakeLists.txt b/interfaces/ktexteditor/CMakeLists.txt
index a011f2122..e86dfdb9f 100644
--- a/interfaces/ktexteditor/CMakeLists.txt
+++ b/interfaces/ktexteditor/CMakeLists.txt
@@ -91,6 +91,5 @@ tde_add_library( ${target} SHARED AUTOMOC
SOURCES ${${target}_SRCS}
VERSION 0.0.0
LINK kdeui-shared kabc-shared kparts-shared
- DEPENDENCIES dcopidl dcopidl2cpp
DESTINATION ${LIB_INSTALL_DIR}
)