diff --git a/arts/knotify/CMakeLists.txt b/arts/knotify/CMakeLists.txt index 7871b1813..1a39ed4fd 100644 --- a/arts/knotify/CMakeLists.txt +++ b/arts/knotify/CMakeLists.txt @@ -49,6 +49,5 @@ endif( ARTS_FOUND ) tde_add_kpart( ${target} AUTOMOC SOURCES ${${target}_SRCS} LINK ${LIBS} - DEPENDENCIES dcopidl DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/interfaces/kimproxy/library/CMakeLists.txt b/interfaces/kimproxy/library/CMakeLists.txt index fb9584973..3f100ba57 100644 --- a/interfaces/kimproxy/library/CMakeLists.txt +++ b/interfaces/kimproxy/library/CMakeLists.txt @@ -47,5 +47,4 @@ tde_add_library( ${target} SHARED AUTOMOC VERSION 0.0.0 LINK kio-shared DESTINATION ${LIB_INSTALL_DIR} - DEPENDENCIES dcopidl ) diff --git a/interfaces/kmediaplayer/CMakeLists.txt b/interfaces/kmediaplayer/CMakeLists.txt index 06e14d9d1..93d828042 100644 --- a/interfaces/kmediaplayer/CMakeLists.txt +++ b/interfaces/kmediaplayer/CMakeLists.txt @@ -56,5 +56,4 @@ tde_add_library( ${target} SHARED AUTOMOC VERSION 0.0.0 LINK kparts-shared DESTINATION ${LIB_INSTALL_DIR} - DEPENDENCIES dcopidl ) diff --git a/interfaces/ktexteditor/CMakeLists.txt b/interfaces/ktexteditor/CMakeLists.txt index a011f2122..e86dfdb9f 100644 --- a/interfaces/ktexteditor/CMakeLists.txt +++ b/interfaces/ktexteditor/CMakeLists.txt @@ -91,6 +91,5 @@ tde_add_library( ${target} SHARED AUTOMOC SOURCES ${${target}_SRCS} VERSION 0.0.0 LINK kdeui-shared kabc-shared kparts-shared - DEPENDENCIES dcopidl dcopidl2cpp DESTINATION ${LIB_INSTALL_DIR} ) diff --git a/kab/CMakeLists.txt b/kab/CMakeLists.txt index acf8663cb..a88aee095 100644 --- a/kab/CMakeLists.txt +++ b/kab/CMakeLists.txt @@ -32,5 +32,4 @@ set( ${target}_SRCS tde_add_library( ${target} STATIC_PIC AUTOMOC SOURCES ${${target}_SRCS} - DEPENDENCIES dcopidl ) diff --git a/kabc/CMakeLists.txt b/kabc/CMakeLists.txt index 7b8816986..8cbc41096 100644 --- a/kabc/CMakeLists.txt +++ b/kabc/CMakeLists.txt @@ -111,7 +111,7 @@ tde_add_library( ${target} SHARED AUTOMOC SOURCES ${${target}_SRCS} VERSION 1.2.0 LINK vcards-static vcard-shared kio-shared kresources-shared - DEPENDENCIES addressee_files dcopidl + DEPENDENCIES addressee_files DESTINATION ${LIB_INSTALL_DIR} ) diff --git a/kate/part/CMakeLists.txt b/kate/part/CMakeLists.txt index 9d0392254..31720988a 100644 --- a/kate/part/CMakeLists.txt +++ b/kate/part/CMakeLists.txt @@ -59,7 +59,6 @@ tde_add_lut( katejscript.cpp katejscript.lut.h katejscript.cpp ) tde_add_library( ${target} STATIC_PIC AUTOMOC SOURCES ${${target}_SRCS} - DEPENDENCIES dcopidl ) 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 ) diff --git a/kdecore/CMakeLists.txt b/kdecore/CMakeLists.txt index 93e54b332..06453cfc7 100644 --- a/kdecore/CMakeLists.txt +++ b/kdecore/CMakeLists.txt @@ -131,7 +131,6 @@ tde_add_library( ${target} SHARED AUTOMOC EMBED kdecorenetwork-static LINK ltdlc-static ${KDESVGICONS} DCOP-shared kdefx-shared ${ZLIB_LIBRARIES} ${LIBIDN_LIBRARIES} ${XCOMPOSITE_LIBRARIES} ICE SM ${LIBBFD_LIBRARIES} util - DEPENDENCIES dcopidl dcopidl2cpp DESTINATION ${LIB_INSTALL_DIR} ) diff --git a/kdeprint/CMakeLists.txt b/kdeprint/CMakeLists.txt index fa77fd3b4..0be00c28b 100644 --- a/kdeprint/CMakeLists.txt +++ b/kdeprint/CMakeLists.txt @@ -85,7 +85,6 @@ set( ${target}_SRCS tde_add_kpart( ${target} AUTOMOC SOURCES ${${target}_SRCS} LINK kio-shared kdeinit_kded-shared - DEPENDENCIES dcopidl dcopidl2cpp DESTINATION ${PLUGIN_INSTALL_DIR} ) @@ -117,7 +116,6 @@ tde_add_library( ${target} SHARED AUTOMOC SOURCES ${${target}_SRCS} VERSION 4.2.0 LINK kio-shared - DEPENDENCIES dcopidl dcopidl2cpp DESTINATION ${LIB_INSTALL_DIR} ) diff --git a/kdeui/CMakeLists.txt b/kdeui/CMakeLists.txt index 1cf55ccba..d0a380bfa 100644 --- a/kdeui/CMakeLists.txt +++ b/kdeui/CMakeLists.txt @@ -149,7 +149,6 @@ tde_add_library( ${target} SHARED AUTOMOC SOURCES ${${target}_SRCS} VERSION 4.2.0 LINK kdecore-shared ${FREETYPE_LIBRARIES} ${FONTCONFIG_LIBRARIES} ${XEXT_LIBRARIES} - DEPENDENCIES dcopidl DESTINATION ${LIB_INSTALL_DIR} ) diff --git a/kdeui/kdetrayproxy/CMakeLists.txt b/kdeui/kdetrayproxy/CMakeLists.txt index 351dc3042..fada990a2 100644 --- a/kdeui/kdetrayproxy/CMakeLists.txt +++ b/kdeui/kdetrayproxy/CMakeLists.txt @@ -41,6 +41,5 @@ set( ${target}_SRCS tde_add_kpart( ${target} AUTOMOC SOURCES ${${target}_SRCS} LINK kdecore-shared kdeinit_kded-shared - DEPENDENCIES dcopidl DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/khtml/CMakeLists.txt b/khtml/CMakeLists.txt index 9a2488c4a..49fe7239a 100644 --- a/khtml/CMakeLists.txt +++ b/khtml/CMakeLists.txt @@ -90,7 +90,6 @@ tde_add_library( ${target} SHARED AUTOMOC khtmlhtml-static khtmlxml-static khtmlrender-static khtmlmisc-static kutils-shared kdeprint-shared kjs-shared ${JPEG_LIBRARIES} DESTINATION ${LIB_INSTALL_DIR} - DEPENDENCIES dcopidl ) 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} ) diff --git a/kioslave/http/kcookiejar/CMakeLists.txt b/kioslave/http/kcookiejar/CMakeLists.txt index 73eb65e91..c853809b3 100644 --- a/kioslave/http/kcookiejar/CMakeLists.txt +++ b/kioslave/http/kcookiejar/CMakeLists.txt @@ -58,6 +58,5 @@ set( ${target}_SRCS tde_add_kpart( ${target} AUTOMOC SOURCES ${${target}_SRCS} LINK kdeui-shared kdeinit_kded-shared - DEPENDENCIES dcopidl DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/kresources/CMakeLists.txt b/kresources/CMakeLists.txt index 3e79d13e7..8e744552b 100644 --- a/kresources/CMakeLists.txt +++ b/kresources/CMakeLists.txt @@ -59,7 +59,6 @@ tde_add_library( ${target} SHARED AUTOMOC VERSION 1.2.0 LINK kio-shared DESTINATION ${LIB_INSTALL_DIR} - DEPENDENCIES dcopidl ) diff --git a/kutils/CMakeLists.txt b/kutils/CMakeLists.txt index f0c2c135e..a36b2cf4c 100644 --- a/kutils/CMakeLists.txt +++ b/kutils/CMakeLists.txt @@ -62,5 +62,4 @@ tde_add_library( ${target} SHARED AUTOMOC EMBED ksettings-static LINK kparts-shared DESTINATION ${LIB_INSTALL_DIR} - DEPENDENCIES dcopidl ) diff --git a/kwallet/client/CMakeLists.txt b/kwallet/client/CMakeLists.txt index 3c2e68cb6..25187d337 100644 --- a/kwallet/client/CMakeLists.txt +++ b/kwallet/client/CMakeLists.txt @@ -41,6 +41,5 @@ tde_add_library( ${target} SHARED AUTOMOC SOURCES ${${target}_SRCS} VERSION 1.0.1 LINK kdecore-shared - DEPENDENCIES dcopidl DESTINATION ${LIB_INSTALL_DIR} ) diff --git a/networkstatus/CMakeLists.txt b/networkstatus/CMakeLists.txt index b784580f5..2fd0871ca 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 kdeinit_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 )