summaryrefslogtreecommitdiffstats
path: root/interfaces
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:49:00 +0200
commitc2b90055a581e9fb95a281fab53b6c56a96a4f2d (patch)
treecbfa4d9adfb11d4f3b58d4a337042e9863fe81c2 /interfaces
parent49614d38c9b298488b2cba15bbee48db8d7ec316 (diff)
downloadtdelibs-c2b90055a581e9fb95a281fab53b6c56a96a4f2d.tar.gz
tdelibs-c2b90055a581e9fb95a281fab53b6c56a96a4f2d.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>
Diffstat (limited to 'interfaces')
-rw-r--r--interfaces/tdeimproxy/library/CMakeLists.txt1
-rw-r--r--interfaces/tdemediaplayer/CMakeLists.txt1
-rw-r--r--interfaces/tdetexteditor/CMakeLists.txt1
3 files changed, 0 insertions, 3 deletions
diff --git a/interfaces/tdeimproxy/library/CMakeLists.txt b/interfaces/tdeimproxy/library/CMakeLists.txt
index 40974d722..65130f238 100644
--- a/interfaces/tdeimproxy/library/CMakeLists.txt
+++ b/interfaces/tdeimproxy/library/CMakeLists.txt
@@ -47,5 +47,4 @@ tde_add_library( ${target} SHARED AUTOMOC
VERSION 0.0.0
LINK tdeio-shared
DESTINATION ${LIB_INSTALL_DIR}
- DEPENDENCIES dcopidl
)
diff --git a/interfaces/tdemediaplayer/CMakeLists.txt b/interfaces/tdemediaplayer/CMakeLists.txt
index 0c9355560..fbbcf1e3b 100644
--- a/interfaces/tdemediaplayer/CMakeLists.txt
+++ b/interfaces/tdemediaplayer/CMakeLists.txt
@@ -56,5 +56,4 @@ tde_add_library( ${target} SHARED AUTOMOC
VERSION 0.0.0
LINK tdeparts-shared
DESTINATION ${LIB_INSTALL_DIR}
- DEPENDENCIES dcopidl
)
diff --git a/interfaces/tdetexteditor/CMakeLists.txt b/interfaces/tdetexteditor/CMakeLists.txt
index a0fea2f48..a9cdba751 100644
--- a/interfaces/tdetexteditor/CMakeLists.txt
+++ b/interfaces/tdetexteditor/CMakeLists.txt
@@ -91,6 +91,5 @@ tde_add_library( ${target} SHARED AUTOMOC
SOURCES ${${target}_SRCS}
VERSION 0.0.0
LINK tdeui-shared tdeabc-shared tdeparts-shared
- DEPENDENCIES dcopidl dcopidl2cpp
DESTINATION ${LIB_INSTALL_DIR}
)