summaryrefslogtreecommitdiffstats
path: root/kcmshell
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 /kcmshell
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 'kcmshell')
-rw-r--r--kcmshell/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/kcmshell/CMakeLists.txt b/kcmshell/CMakeLists.txt
index 46e8f28ab..98c7b246f 100644
--- a/kcmshell/CMakeLists.txt
+++ b/kcmshell/CMakeLists.txt
@@ -37,5 +37,4 @@ set( ${target}_SRCS
tde_add_kdeinit_executable( ${target} AUTOMOC
SOURCES ${${target}_SRCS}
LINK kutils-shared
- DEPENDENCIES dcopidl
)