diff --git a/kded/CMakeLists.txt b/kded/CMakeLists.txt index 23042227b..73cf45b92 100644 --- a/kded/CMakeLists.txt +++ b/kded/CMakeLists.txt @@ -10,4 +10,7 @@ target_link_libraries(kded_kdeconnect ${KDE4_KDECORE_LIBS}) install(TARGETS kdeconnectd DESTINATION ${LIBEXEC_INSTALL_DIR}) install(TARGETS kded_kdeconnect DESTINATION ${PLUGIN_INSTALL_DIR}) install(FILES kdeconnect.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kded) + +#TODO: Split this into several files for core and for each plugin install(FILES kdeconnect.notifyrc DESTINATION ${DATA_INSTALL_DIR}/kdeconnect) +