2023-07-20 14:31:40 +01:00
|
|
|
kdeconnect_add_plugin(kdeconnect_telephony SOURCES telephonyplugin.cpp)
|
2014-09-22 08:28:47 +01:00
|
|
|
target_link_libraries(kdeconnect_telephony
|
|
|
|
kdeconnectcore
|
2023-12-28 16:37:31 +00:00
|
|
|
KF6::I18n
|
|
|
|
KF6::Notifications
|
2022-10-29 15:51:41 +01:00
|
|
|
Qt::DBus
|
2014-09-22 08:28:47 +01:00
|
|
|
)
|