Use KF5::KInterProcessWindowing in target_link_libraries

Seems to have changed in frameworks. Unbreaks the build.
This commit is contained in:
Martin Gräßlin 2013-09-25 10:18:06 +02:00
parent 255140291f
commit 67590e7240

View file

@ -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
)