~phablet-team/telephony-service/trunk

« back to all changes in this revision

Viewing changes to handler/CMakeLists.txt

Finish implementing the message sending job and make use of it in chatentry.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
set(handler_SRCS main.cpp ${qt_SRCS})
13
13
qt5_add_dbus_adaptor(handler_SRCS Handler.xml handler/handlerdbus.h HandlerDBus)
 
14
qt5_add_dbus_adaptor(handler_SRCS MessageSendingJob.xml handler/messagesendingjob.h MessageSendingJob)
14
15
 
15
16
include_directories(
16
17
    ${TP_QT5_INCLUDE_DIRS}