2015-03-24 11:26:37 +00:00
|
|
|
find_package(KF5 REQUIRED COMPONENTS Notifications)
|
|
|
|
|
2016-06-16 09:16:35 +01:00
|
|
|
include_directories(${CMAKE_BINARY_DIR})
|
|
|
|
|
2016-06-18 12:23:41 +01:00
|
|
|
kdeconnect_add_plugin(kdeconnect_telephony JSON kdeconnect_telephony.json SOURCES telephonyplugin.cpp sendsmsdialog.cpp)
|
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
|
2016-06-16 09:16:35 +01:00
|
|
|
Qt5::DBus
|
2014-09-22 08:28:47 +01:00
|
|
|
)
|