Add missing target link libraries in kwin/effects
This commit is contained in:
parent
e9f372bb72
commit
8051e08361
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ set(kwin_effect_OWN_LIBS
|
||||||
|
|
||||||
set(kwin_effect_KDE_LIBS
|
set(kwin_effect_KDE_LIBS
|
||||||
${KDE4Support_LIBRARIES}
|
${KDE4Support_LIBRARIES}
|
||||||
|
KF5::KConfigCore
|
||||||
|
KF5::KConfigWidgets
|
||||||
KF5::KI18n
|
KF5::KI18n
|
||||||
KF5::KWindowSystem
|
KF5::KWindowSystem
|
||||||
KF5::plasma # screenedge effect
|
KF5::plasma # screenedge effect
|
||||||
|
|
Loading…
Reference in a new issue