From bd5ef5531873acf283fb272048cc42534fa88876 Mon Sep 17 00:00:00 2001 From: David Edmundson Date: Fri, 29 Jun 2018 13:33:11 +0100 Subject: [PATCH] Link clipboard sync helper to kcrash Summary: Mine randomly disappears sometimes, may as well get whatever backtraces we can Test Plan: None Reviewers: #kwin, mart Reviewed By: #kwin, mart Subscribers: kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D13753 --- helpers/xclipboardsync/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/xclipboardsync/CMakeLists.txt b/helpers/xclipboardsync/CMakeLists.txt index 78815c0036..8b4ea9a095 100644 --- a/helpers/xclipboardsync/CMakeLists.txt +++ b/helpers/xclipboardsync/CMakeLists.txt @@ -1,5 +1,5 @@ set(xclipboard_SRCS main.cpp waylandclipboard.cpp) add_executable(org_kde_kwin_xclipboard_syncer ${xclipboard_SRCS}) -target_link_libraries(org_kde_kwin_xclipboard_syncer Qt5::Gui KF5::WaylandClient) +target_link_libraries(org_kde_kwin_xclipboard_syncer Qt5::Gui KF5::WaylandClient KF5::Crash) install(TARGETS org_kde_kwin_xclipboard_syncer DESTINATION ${LIBEXEC_INSTALL_DIR} )