summaryrefslogtreecommitdiffstats
path: root/networkstatus
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>2020-06-07 14:52:04 +0200
commit74f9c923f7081049263c63aadc34d624f39f6528 (patch)
tree42f3884bba35957927beb5f6b8c99b9bfc8dc203 /networkstatus
parent1dfd3ebadf0ede670ec9314067235f2db1e2fcea (diff)
downloadtdelibs-74f9c923f7081049263c63aadc34d624f39f6528.tar.gz
tdelibs-74f9c923f7081049263c63aadc34d624f39f6528.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 'networkstatus')
-rw-r--r--networkstatus/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/networkstatus/CMakeLists.txt b/networkstatus/CMakeLists.txt
index ede3e2b07..a4c1cd96a 100644
--- a/networkstatus/CMakeLists.txt
+++ b/networkstatus/CMakeLists.txt
@@ -65,7 +65,6 @@ tde_add_library( ${target} SHARED AUTOMOC
VERSION 0.0.0
LINK networkstatus-shared
DESTINATION ${LIB_INSTALL_DIR}
- DEPENDENCIES dcopidl
)
@@ -82,7 +81,6 @@ tde_add_kpart( ${target} AUTOMOC
SOURCES ${${target}_SRCS}
LINK tdeinit_kded-shared networkstatus-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
- DEPENDENCIES dcopidl
)
@@ -98,5 +96,4 @@ tde_add_executable( ${target} AUTOMOC
SOURCES ${${target}_SRCS}
LINK networkstatus-shared
DESTINATION ${BIN_INSTALL_DIR}
- DEPENDENCIES dcopidl
)