fix notifications coming from phone

install into the right destination dir; this allows, among others,
to answer to the pairing request coming from the phone
This commit is contained in:
Lukáš Tinkl 2014-11-10 15:50:02 +01:00
parent 27e3dfdca5
commit 809c1238cf

View file

@ -15,4 +15,4 @@ 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)
install(FILES kdeconnect.notifyrc DESTINATION ${KNOTIFYRC_INSTALL_DIR})