diff options
Diffstat (limited to 'kdeprint')
-rw-r--r-- | kdeprint/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
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} ) |