diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-06-05 02:11:25 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-02-03 22:12:22 +0100 |
commit | b2ff598b34aa6e2e73bdd236e820b713647d0b7b (patch) | |
tree | ccf102bb3e2561e6e834a1be1b8eaa39ba3c83d8 /kio/misc/kwalletd | |
parent | bb46328fb4c38de5168b2aa498403e55e1550e24 (diff) | |
download | tdelibs-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 'kio/misc/kwalletd')
-rw-r--r-- | kio/misc/kwalletd/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kio/misc/kwalletd/CMakeLists.txt b/kio/misc/kwalletd/CMakeLists.txt index eb02085f5..652e0854d 100644 --- a/kio/misc/kwalletd/CMakeLists.txt +++ b/kio/misc/kwalletd/CMakeLists.txt @@ -44,6 +44,5 @@ set( ${target}_SRCS tde_add_kpart( ${target} AUTOMOC SOURCES ${${target}_SRCS} LINK kdeinit_kded-shared kwalletbackend-shared - DEPENDENCIES dcopidl DESTINATION ${PLUGIN_INSTALL_DIR} ) |