Use KF5::KInterProcessWindowing in target_link_libraries
Seems to have changed in frameworks. Unbreaks the build.
This commit is contained in:
parent
255140291f
commit
67590e7240
1 changed files with 1 additions and 1 deletions
|
@ -9,9 +9,9 @@ set_target_properties(kwin_killer_helper PROPERTIES COMPILE_FLAGS ${Qt5Widgets_E
|
|||
target_link_libraries(kwin_killer_helper
|
||||
Qt5::Widgets
|
||||
Qt5::X11Extras
|
||||
${KInterProcessWindowing_LIBRARY}
|
||||
KF5::KAuth
|
||||
KF5::KI18n
|
||||
KF5::KInterProcessWindowing
|
||||
KF5::KWidgetsAddons
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue