Port notifications away from KDELibs4Support
This commit is contained in:
parent
9ed5004997
commit
11f106c464
2 changed files with 7 additions and 2 deletions
|
@ -6,7 +6,12 @@ set(kdeconnect_notifications_SRCS
|
|||
|
||||
add_library(kdeconnect_notifications MODULE ${kdeconnect_notifications_SRCS})
|
||||
|
||||
target_link_libraries(kdeconnect_notifications kdeconnectcore KF5::Service KF5::Notifications KF5::KDELibs4Support)
|
||||
target_link_libraries(kdeconnect_notifications
|
||||
kdeconnectcore
|
||||
Qt5::DBus
|
||||
KF5::Service
|
||||
KF5::Notifications
|
||||
)
|
||||
|
||||
install(TARGETS kdeconnect_notifications DESTINATION ${PLUGIN_INSTALL_DIR} )
|
||||
install(FILES kdeconnect_notifications.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
#include <KNotification>
|
||||
#include <QIcon>
|
||||
#include <KMD5>
|
||||
#include <QCryptographicHash>
|
||||
|
||||
#include <core/device.h>
|
||||
#include <core/kdeconnectplugin.h>
|
||||
|
|
Loading…
Reference in a new issue