3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-12 10:15:54 +00:00
Brooklyn/plasma/kcms/touchpad/kded/CMakeLists.txt
Scare Crowe d2ebfd0519 QortalOS Titan 5.60.12
Screw the description like that inbred T3Q
2022-03-05 21:17:59 +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}
)