From b2ff598b34aa6e2e73bdd236e820b713647d0b7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 5 Jun 2020 02:11:25 +0200 Subject: Drop explicit dependencies on dcopidl and dcopidl2cpp, because thanks to the replacement of KDE3 CMake macros with TDE macros, this is no longer needed. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit c2b90055a581e9fb95a281fab53b6c56a96a4f2d) --- kdeprint/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'kdeprint') 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} ) -- cgit v1.2.1