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:
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user