Fix FTBFS on parallel build

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/1/head
Slávek Banko 8 years ago
parent 5f1e79bcb6
commit a66e090099

@ -36,7 +36,7 @@ tde_add_executable( kbfxconfigapp AUTOMOC
kbfxconfigdlgstyle.ui kbfxconfigdlgtooltip.ui kbfxconfigdlgstyle.ui kbfxconfigdlgtooltip.ui
kbfxconfigdlgfonts-old.ui kbfxconfigdlgplugins.ui kbfxconfigdlgfonts-old.ui kbfxconfigdlgplugins.ui
kbfxconfigdlglayout.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} DESTINATION ${BIN_INSTALL_DIR}
) )

@ -39,7 +39,7 @@ set( ${target}_SRCS
tde_add_library( ${target} SHARED AUTOMOC tde_add_library( ${target} SHARED AUTOMOC
SOURCES ${${target}_SRCS} SOURCES ${${target}_SRCS}
# VERSION 4.2.0 # 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 DESTINATION ${LIB_INSTALL_DIR}/kbfx/plugins
) )

@ -39,7 +39,7 @@ set( ${target}_SRCS
tde_add_library( ${target} SHARED AUTOMOC tde_add_library( ${target} SHARED AUTOMOC
SOURCES ${${target}_SRCS} SOURCES ${${target}_SRCS}
# VERSION 4.2.0 # 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 DESTINATION ${LIB_INSTALL_DIR}/kbfx/plugins
) )

@ -39,7 +39,7 @@ set( ${target}_SRCS
tde_add_library( ${target} SHARED AUTOMOC tde_add_library( ${target} SHARED AUTOMOC
SOURCES ${${target}_SRCS} SOURCES ${${target}_SRCS}
# VERSION 4.2.0 # 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 DESTINATION ${LIB_INSTALL_DIR}/kbfx/plugins
) )

@ -39,7 +39,7 @@ set( ${target}_SRCS
tde_add_library( ${target} SHARED AUTOMOC tde_add_library( ${target} SHARED AUTOMOC
SOURCES ${${target}_SRCS} SOURCES ${${target}_SRCS}
# VERSION 4.2.0 # 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 DESTINATION ${LIB_INSTALL_DIR}/kbfx/plugins
) )

@ -39,7 +39,7 @@ set( ${target}_SRCS
tde_add_library( ${target} SHARED AUTOMOC tde_add_library( ${target} SHARED AUTOMOC
SOURCES ${${target}_SRCS} SOURCES ${${target}_SRCS}
# VERSION 4.2.0 # 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 DESTINATION ${LIB_INSTALL_DIR}/kbfx/plugins
) )

@ -41,7 +41,7 @@ set( ${target}_SRCS
tde_add_kpart( ${target} AUTOMOC tde_add_kpart( ${target} AUTOMOC
SOURCES ${${target}_SRCS} 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} DESTINATION ${PLUGIN_INSTALL_DIR}
) )

Loading…
Cancel
Save