KDebug moved to KDE4Support

Adjust target link libraries.
This commit is contained in:
Martin Gräßlin 2013-07-31 14:07:58 +02:00
parent b96d16e63d
commit 1807265813
3 changed files with 4 additions and 3 deletions

View file

@ -30,6 +30,7 @@ target_link_libraries(
KF5::KWidgets
KF5::KWindowSystem
${KDE4_KDEUI_LIBRARY} # KStyle
${KDE4Support_LIBRARIES} # kdebug
${Qt5Widgets_LIBRARIES}
${Qt5X11Extras_LIBRARIES}
${X11_X11_LIB}

View file

@ -12,7 +12,7 @@ kde4_add_library(kdecorations SHARED ${kdecorations_LIB_SRCS})
target_link_libraries(kdecorations
${Qt5Widgets_LIBRARIES}
${Qt5X11Extras_LIBRARIES}
${KDE4_KDECORE_LIBRARY} # kdebug
${KDE4Support_LIBRARIES} # kdebug
${KDE4_KDEUI_LIBRARY} # KGlobalSettings::windowTitleFont
KF5::KConfigCore
KF5::KI18n

View file

@ -17,7 +17,7 @@ set(kwineffects_QT_LIBS
set(kwineffects_KDE_LIBS
KF5::XmlGui # needed for KShortcutEditor
${KDE4_KDECORE_LIBS} # needed for KDebug
${KDE4Support_LIBRARIES} # needed for KDebug
)
set(kwineffects_XLIB_LIBS
@ -60,7 +60,7 @@ macro( KWIN4_ADD_GLUTILS_BACKEND name glinclude )
include_directories(${OPENGLES_EGL_INCLUDE_DIR})
endif()
kde4_add_library(${name} SHARED ${kwin_GLUTILSLIB_SRCS})
target_link_libraries(${name} ${KDE4_KDECORE_LIBS} ${kwineffects_QT_LIBS} ${kwineffects_XLIB_LIBS} ${kwineffects_XCB_LIBS} kwineffects)
target_link_libraries(${name} ${KDE4Support_LIBRARIES} ${kwineffects_QT_LIBS} ${kwineffects_XLIB_LIBS} ${kwineffects_XCB_LIBS} kwineffects)
if(OPENGL_EGL_FOUND)
target_link_libraries(${name} ${OPENGLES_EGL_LIBRARY})
endif()