2013-08-13 22:26:09 +01:00
|
|
|
set(kdeconnect_telephony_SRCS
|
|
|
|
telephonyplugin.cpp
|
|
|
|
)
|
|
|
|
|
|
|
|
kde4_add_plugin(kdeconnect_telephony ${kdeconnect_telephony_SRCS})
|
|
|
|
|
2014-06-14 13:31:31 +01:00
|
|
|
target_link_libraries(kdeconnect_telephony kdeconnectcore ${KDE4_KDEUI_LIBS})
|
2013-08-13 22:26:09 +01:00
|
|
|
|
|
|
|
install(TARGETS kdeconnect_telephony DESTINATION ${PLUGIN_INSTALL_DIR} )
|
|
|
|
install(FILES kdeconnect_telephony.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
|