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-04-15 11:57:52 +01:00
|
|
|
KF${QT_MAJOR_VERSION}::I18n
|
|
|
|
KF${QT_MAJOR_VERSION}::Notifications
|
2022-10-29 15:51:41 +01:00
|
|
|
Qt::DBus
|
2014-09-22 08:28:47 +01:00
|
|
|
)
|