You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
314 B
6 lines
314 B
add_library(remotedirnotify MODULE remotedirnotify.cpp remotedirnotifymodule.cpp ../debug.cpp) |
|
kcoreaddons_desktop_to_json(remotedirnotify remotedirnotify.desktop) |
|
|
|
target_link_libraries(remotedirnotify KF5::DBusAddons KF5::KIOCore) |
|
|
|
install(TARGETS remotedirnotify DESTINATION ${KDE_INSTALL_PLUGINDIR}/kf5/kded )
|
|
|