summaryrefslogtreecommitdiffstats
path: root/kio
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 /kio
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 'kio')
-rw-r--r--kio/bookmarks/CMakeLists.txt1
-rw-r--r--kio/kio/CMakeLists.txt1
-rw-r--r--kio/kpasswdserver/CMakeLists.txt1
-rw-r--r--kio/misc/CMakeLists.txt1
-rw-r--r--kio/misc/kpac/CMakeLists.txt1
-rw-r--r--kio/misc/kssld/CMakeLists.txt1
-rw-r--r--kio/misc/kwalletd/CMakeLists.txt1
7 files changed, 0 insertions, 7 deletions
diff --git a/kio/bookmarks/CMakeLists.txt b/kio/bookmarks/CMakeLists.txt
index 9aac8b591..2c55d074b 100644
--- a/kio/bookmarks/CMakeLists.txt
+++ b/kio/bookmarks/CMakeLists.txt
@@ -51,5 +51,4 @@ set( ${target}_SRCS
tde_add_library( ${target} STATIC_PIC AUTOMOC
SOURCES ${${target}_SRCS}
- DEPENDENCIES dcopidl
)
diff --git a/kio/kio/CMakeLists.txt b/kio/kio/CMakeLists.txt
index 3d2d5ebed..e0c73183b 100644
--- a/kio/kio/CMakeLists.txt
+++ b/kio/kio/CMakeLists.txt
@@ -81,7 +81,6 @@ set( ${target}_SRCS
tde_add_library( ${target} STATIC_PIC AUTOMOC
SOURCES ${${target}_SRCS}
- DEPENDENCIES dcopidl
)
diff --git a/kio/kpasswdserver/CMakeLists.txt b/kio/kpasswdserver/CMakeLists.txt
index 5ed92bf17..ee766a4d0 100644
--- a/kio/kpasswdserver/CMakeLists.txt
+++ b/kio/kpasswdserver/CMakeLists.txt
@@ -38,6 +38,5 @@ set( ${target}_SRCS
tde_add_kpart( ${target} AUTOMOC
SOURCES ${${target}_SRCS}
LINK kdeinit_kded-shared
- DEPENDENCIES dcopidl
DESTINATION ${PLUGIN_INSTALL_DIR}
)
diff --git a/kio/misc/CMakeLists.txt b/kio/misc/CMakeLists.txt
index 5271069f3..a225646e0 100644
--- a/kio/misc/CMakeLists.txt
+++ b/kio/misc/CMakeLists.txt
@@ -68,7 +68,6 @@ set( ${target}_SRCS
tde_add_kdeinit_executable( ${target} AUTOMOC
SOURCES ${${target}_SRCS}
LINK kio-shared
- DEPENDENCIES dcopidl
)
diff --git a/kio/misc/kpac/CMakeLists.txt b/kio/misc/kpac/CMakeLists.txt
index c3fc418c3..886c23d69 100644
--- a/kio/misc/kpac/CMakeLists.txt
+++ b/kio/misc/kpac/CMakeLists.txt
@@ -50,7 +50,6 @@ set( ${target}_SKELS
tde_add_kpart( ${target} AUTOMOC
SOURCES ${${target}_SRCS}
LINK kdeinit_kded-shared kjs-shared ${RESOLV_LIBRARIES}
- DEPENDENCIES dcopidl
DESTINATION ${PLUGIN_INSTALL_DIR}
)
diff --git a/kio/misc/kssld/CMakeLists.txt b/kio/misc/kssld/CMakeLists.txt
index ca9438817..14be2fae3 100644
--- a/kio/misc/kssld/CMakeLists.txt
+++ b/kio/misc/kssld/CMakeLists.txt
@@ -42,6 +42,5 @@ set( ${target}_SRCS
tde_add_kpart( ${target} AUTOMOC
SOURCES ${${target}_SRCS}
LINK kdeinit_kded-shared
- DEPENDENCIES dcopidl
DESTINATION ${PLUGIN_INSTALL_DIR}
)
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}
)