2016-06-16 09:16:35 +01:00
|
|
|
include_directories(${CMAKE_BINARY_DIR})
|
2017-08-05 01:11:27 +01:00
|
|
|
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../notifications/) # needed for the sendreplydialog
|
2016-06-16 09:16:35 +01:00
|
|
|
|
2017-08-05 01:11:27 +01:00
|
|
|
ki18n_wrap_ui(kdeconnect_telephony_SRCS ../notifications/sendreplydialog.ui)
|
|
|
|
kdeconnect_add_plugin(kdeconnect_telephony JSON kdeconnect_telephony.json SOURCES telephonyplugin.cpp ../notifications/sendreplydialog.cpp ${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
|
2016-06-16 09:16:35 +01:00
|
|
|
Qt5::DBus
|
2017-08-05 01:11:27 +01:00
|
|
|
Qt5::Widgets
|
2014-09-22 08:28:47 +01:00
|
|
|
)
|