Small update to the needed target link libs

This commit is contained in:
Martin Gräßlin 2013-08-05 11:33:35 +02:00
parent 633db54cba
commit 35bb48df2c
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ set(kwin_effect_OWN_LIBS
set(kwin_effect_KDE_LIBS
${KDE4Support_LIBRARIES}
${KDE4_KDEUI_LIBRARY}
${KDE4_KDEUI_LIBRARY} # KGlobalSettings::dndEventDelay() in PW and DG
${KDE4_KDECORE_LIBS} # kdebug
KF5::KWindowSystem
KF5::plasma # screenedge effect

View file

@ -9,8 +9,8 @@ set_target_properties(kwin_killer_helper PROPERTIES COMPILE_FLAGS ${Qt5Widgets_E
target_link_libraries(kwin_killer_helper
${Qt5Widgets_LIBRARIES}
${KDE4Support_LIBRARIES} # KCmdLineArgs
${KDE4_KDECORE_LIBS} # kdebug
KF5::KAuth
KF5::KI18n
KF5::KWidgets
KF5::KWidgetsAddons
)