Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Network
KDE Connect
Commits
11f106c4
Commit
11f106c4
authored
Sep 22, 2014
by
Àlex Fiestas
Browse files
Port notifications away from KDELibs4Support
parent
9ed50049
Changes
2
Hide whitespace changes
Inline
Side-by-side
plugins/notifications/CMakeLists.txt
View file @
11f106c4
...
...
@@ -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
}
)
...
...
plugins/notifications/notificationsdbusinterface.cpp
View file @
11f106c4
...
...
@@ -25,7 +25,7 @@
#include
<KNotification>
#include
<QIcon>
#include
<
KMD5
>
#include
<
QCryptographicHash
>
#include
<core/device.h>
#include
<core/kdeconnectplugin.h>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment