Drop linking to kdecore in KWin

Left-over from when kdebug was not yet moved to kde4support.
remotes/origin/Plasma/5.0
Martin Gräßlin 13 years ago
parent 84a2f3020b
commit bf3bcd7f6f
  1. 1
      clients/aurorae/src/CMakeLists.txt
  2. 2
      effects/CMakeLists.txt

@ -17,7 +17,6 @@ target_link_libraries(kwin3_aurorae
KF5::KConfigCore
KF5::KService
${KDE4Support_LIBRARIES} # KGlobal
${KDE4_KDECORE_LIBS} # needed for KDebug
Qt5::Declarative
kdecorations
)

@ -4,7 +4,7 @@ set(kwin_effect_OWN_LIBS
set(kwin_effect_KDE_LIBS
${KDE4Support_LIBRARIES}
${KDE4_KDECORE_LIBS} # kdebug
KF5::KI18n
KF5::KWindowSystem
KF5::plasma # screenedge effect
KF5::KDE4Attic # windowgeometry effect using KLocale

Loading…
Cancel
Save