diff options
Diffstat (limited to 'tdeprint')
-rw-r--r-- | tdeprint/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tdeprint/CMakeLists.txt b/tdeprint/CMakeLists.txt index 40eb60f8f..472158713 100644 --- a/tdeprint/CMakeLists.txt +++ b/tdeprint/CMakeLists.txt @@ -85,7 +85,6 @@ set( ${target}_SRCS tde_add_kpart( ${target} AUTOMOC SOURCES ${${target}_SRCS} LINK tdeio-shared tdeinit_kded-shared - DEPENDENCIES dcopidl dcopidl2cpp DESTINATION ${PLUGIN_INSTALL_DIR} ) @@ -117,7 +116,6 @@ tde_add_library( ${target} SHARED AUTOMOC SOURCES ${${target}_SRCS} VERSION 14.0.0 LINK tdeio-shared - DEPENDENCIES dcopidl dcopidl2cpp DESTINATION ${LIB_INSTALL_DIR} ) |