From a66e09009929d85d45e036894570d88f7e6cf562 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 30 Apr 2016 17:15:27 +0200 Subject: [PATCH] Fix FTBFS on parallel build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- configdialog/CMakeLists.txt | 2 +- plugins/applications/CMakeLists.txt | 2 +- plugins/plasmoids/CMakeLists.txt | 2 +- plugins/recentstuff/CMakeLists.txt | 2 +- plugins/settings/CMakeLists.txt | 2 +- plugins/strigi/CMakeLists.txt | 2 +- src/CMakeLists.txt | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/configdialog/CMakeLists.txt b/configdialog/CMakeLists.txt index 5776226..1828f07 100644 --- a/configdialog/CMakeLists.txt +++ b/configdialog/CMakeLists.txt @@ -36,7 +36,7 @@ tde_add_executable( kbfxconfigapp AUTOMOC kbfxconfigdlgstyle.ui kbfxconfigdlgtooltip.ui kbfxconfigdlgfonts-old.ui kbfxconfigdlgplugins.ui kbfxconfigdlglayout.ui - LINK ${TQT_LIBRARIES} kbfxdata kbfxcommon tdecore-shared tdeui-shared DCOP-shared tdeio-shared tdehtml-shared + LINK ${TQT_LIBRARIES} kbfxdata-shared kbfxcommon-shared tdecore-shared tdeui-shared DCOP-shared tdeio-shared tdehtml-shared DESTINATION ${BIN_INSTALL_DIR} ) diff --git a/plugins/applications/CMakeLists.txt b/plugins/applications/CMakeLists.txt index 203fe59..702a00c 100644 --- a/plugins/applications/CMakeLists.txt +++ b/plugins/applications/CMakeLists.txt @@ -39,7 +39,7 @@ set( ${target}_SRCS tde_add_library( ${target} SHARED AUTOMOC SOURCES ${${target}_SRCS} # VERSION 4.2.0 - LINK DCOP-shared tdecore-shared tdeui-shared tdeio-shared tdehtml-shared ${M_LIBRARY} kbfxdata + LINK DCOP-shared tdecore-shared tdeui-shared tdeio-shared tdehtml-shared ${M_LIBRARY} kbfxdata-shared DESTINATION ${LIB_INSTALL_DIR}/kbfx/plugins ) diff --git a/plugins/plasmoids/CMakeLists.txt b/plugins/plasmoids/CMakeLists.txt index 7c40c2e..db620f8 100644 --- a/plugins/plasmoids/CMakeLists.txt +++ b/plugins/plasmoids/CMakeLists.txt @@ -39,7 +39,7 @@ set( ${target}_SRCS tde_add_library( ${target} SHARED AUTOMOC SOURCES ${${target}_SRCS} # VERSION 4.2.0 - LINK DCOP-shared tdecore-shared tdeui-shared tdeio-shared tdehtml-shared ${M_LIBRARY} kbfxdata + LINK DCOP-shared tdecore-shared tdeui-shared tdeio-shared tdehtml-shared ${M_LIBRARY} kbfxdata-shared DESTINATION ${LIB_INSTALL_DIR}/kbfx/plugins ) diff --git a/plugins/recentstuff/CMakeLists.txt b/plugins/recentstuff/CMakeLists.txt index 7ea02fa..659f8ff 100644 --- a/plugins/recentstuff/CMakeLists.txt +++ b/plugins/recentstuff/CMakeLists.txt @@ -39,7 +39,7 @@ set( ${target}_SRCS tde_add_library( ${target} SHARED AUTOMOC SOURCES ${${target}_SRCS} # VERSION 4.2.0 - LINK DCOP-shared tdecore-shared tdeui-shared tdeio-shared tdehtml-shared ${M_LIBRARY} kbfxdata + LINK DCOP-shared tdecore-shared tdeui-shared tdeio-shared tdehtml-shared ${M_LIBRARY} kbfxdata-shared DESTINATION ${LIB_INSTALL_DIR}/kbfx/plugins ) diff --git a/plugins/settings/CMakeLists.txt b/plugins/settings/CMakeLists.txt index 0677fcd..e8c80c7 100644 --- a/plugins/settings/CMakeLists.txt +++ b/plugins/settings/CMakeLists.txt @@ -39,7 +39,7 @@ set( ${target}_SRCS tde_add_library( ${target} SHARED AUTOMOC SOURCES ${${target}_SRCS} # VERSION 4.2.0 - LINK DCOP-shared tdecore-shared tdeui-shared tdeio-shared tdehtml-shared ${M_LIBRARY} kbfxdata + LINK DCOP-shared tdecore-shared tdeui-shared tdeio-shared tdehtml-shared ${M_LIBRARY} kbfxdata-shared DESTINATION ${LIB_INSTALL_DIR}/kbfx/plugins ) diff --git a/plugins/strigi/CMakeLists.txt b/plugins/strigi/CMakeLists.txt index 3f71cda..8f9ffd0 100644 --- a/plugins/strigi/CMakeLists.txt +++ b/plugins/strigi/CMakeLists.txt @@ -39,7 +39,7 @@ set( ${target}_SRCS tde_add_library( ${target} SHARED AUTOMOC SOURCES ${${target}_SRCS} # VERSION 4.2.0 - LINK DCOP-shared tdecore-shared tdeui-shared tdeio-shared tdehtml-shared ${M_LIBRARY} ${STRIGICLIENT_LIBRARY} kbfxdata kbfxplasmadatasettings + LINK DCOP-shared tdecore-shared tdeui-shared tdeio-shared tdehtml-shared ${M_LIBRARY} ${STRIGICLIENT_LIBRARY} kbfxdata-shared kbfxplasmadatasettings-shared DESTINATION ${LIB_INSTALL_DIR}/kbfx/plugins ) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index ec4cc46..7a66ab8 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -41,7 +41,7 @@ set( ${target}_SRCS tde_add_kpart( ${target} AUTOMOC SOURCES ${${target}_SRCS} - LINK tdecore-shared tdeui-shared tdeio-shared kbfxcommon kbfxdata + LINK tdecore-shared tdeui-shared tdeio-shared kbfxcommon-shared kbfxdata-shared DESTINATION ${PLUGIN_INSTALL_DIR} )