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:
Felix Geyer 2015-07-16 20:02:10 +02:00
parent 2170794d9c
commit 6d1ca363af
4 changed files with 0 additions and 21 deletions

View file

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