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

@@ -93,10 +93,6 @@ set(TEST_LIBRARIES
${ZLIB_LIBRARIES}
)
if(UNIX AND NOT APPLE)
set(TEST_LIBRARIES ${TEST_LIBRARIES} ${QT_QTDBUS_LIBRARY})
endif()
set(modeltest_SOURCRS modeltest.cpp)
qt4_wrap_cpp(modeltest_SOURCRS modeltest.h)
add_library(modeltest STATIC ${modeltest_SOURCRS})