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
365 B

add_library(kded_remotedirnotify MODULE remotedirnotify.cpp remotedirnotifymodule.cpp ../kio_remote_debug.cpp)
target_link_libraries(kded_remotedirnotify KF5::DBusAddons KF5::KIOCore KF5::KDELibs4Support)
install(TARGETS kded_remotedirnotify DESTINATION ${PLUGIN_INSTALL_DIR} )
install( FILES remotedirnotify.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kded )