mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-10-12 13:31:01 -04:00
Remove support for clearing the Klipper history.
KDE Plasma 5 doesn't provide the DBus interface anymore and this avoids the QtDBus dependency.
This commit is contained in:
parent
2170794d9c
commit
6d1ca363af
4 changed files with 0 additions and 21 deletions
|
@ -248,10 +248,6 @@ target_link_libraries(${PROGNAME}
|
|||
${GCRYPT_LIBRARIES}
|
||||
${ZLIB_LIBRARIES})
|
||||
|
||||
if(UNIX AND NOT APPLE)
|
||||
target_link_libraries(${PROGNAME} ${QT_QTDBUS_LIBRARY})
|
||||
endif()
|
||||
|
||||
set_target_properties(${PROGNAME} PROPERTIES ENABLE_EXPORTS ON)
|
||||
|
||||
if(APPLE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue