summaryrefslogtreecommitdiffstats
path: root/kate
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 /kate
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 'kate')
-rw-r--r--kate/part/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/kate/part/CMakeLists.txt b/kate/part/CMakeLists.txt
index 9d0392254..31720988a 100644
--- a/kate/part/CMakeLists.txt
+++ b/kate/part/CMakeLists.txt
@@ -59,7 +59,6 @@ tde_add_lut( katejscript.cpp katejscript.lut.h katejscript.cpp )
tde_add_library( ${target} STATIC_PIC AUTOMOC
SOURCES ${${target}_SRCS}
- DEPENDENCIES dcopidl
)