3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-07 14:54:17 +00:00
Brooklyn/plasma/kcms/touchpad/kded/CMakeLists.txt
2022-04-02 18:24:21 +05:00

15 lines
306 B
CMake

kcoreaddons_add_plugin(kded_touchpad SOURCES kded.cpp INSTALL_NAMESPACE "kf5/kded")
target_link_libraries(kded_touchpad
PRIVATE
Qt::DBus
KF5::DBusAddons
KF5::I18n
KF5::Notifications
touchpad
)
install(FILES kcm_touchpad.notifyrc
DESTINATION ${KDE_INSTALL_KNOTIFY5RCDIR}
)