From 67590e7240933b1de700cb0111906e4b8cc6cf1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Wed, 25 Sep 2013 10:18:06 +0200 Subject: [PATCH] Use KF5::KInterProcessWindowing in target_link_libraries Seems to have changed in frameworks. Unbreaks the build. --- killer/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/killer/CMakeLists.txt b/killer/CMakeLists.txt index 8073fc9247..c8e2d99c7d 100644 --- a/killer/CMakeLists.txt +++ b/killer/CMakeLists.txt @@ -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 )