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
This commit is contained in:
parent
58c4bad8b2
commit
bd5ef55318
1 changed files with 1 additions and 1 deletions
|
@ -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} )
|
||||
|
|
Loading…
Reference in a new issue