2015-03-24 11:26:37 +00:00
|
|
|
find_package(KF5 REQUIRED COMPONENTS Notifications)
|
|
|
|
|
2013-08-13 22:26:09 +01:00
|
|
|
set(kdeconnect_telephony_SRCS
|
|
|
|
telephonyplugin.cpp
|
2015-09-08 09:05:58 +01:00
|
|
|
sendsmsdialog.cpp
|
2013-08-13 22:26:09 +01:00
|
|
|
)
|
|
|
|
|
2015-03-19 15:36:53 +00:00
|
|
|
kdeconnect_add_plugin(kdeconnect_telephony JSON kdeconnect_telephony.json SOURCES ${kdeconnect_telephony_SRCS})
|
2013-08-13 22:26:09 +01:00
|
|
|
|
2014-09-22 08:28:47 +01:00
|
|
|
target_link_libraries(kdeconnect_telephony
|
|
|
|
kdeconnectcore
|
|
|
|
KF5::I18n
|
|
|
|
KF5::Notifications
|
|
|
|
)
|