Add sample application[phone]
[staging/soundmanager.git] / sample / phone / telephony-binding / telephony-binding.pro
1 TARGET = telephony-binding
2
3 SOURCES = telephony-binding.c \
4           gdbus/ofono_manager.c \
5           gdbus/ofono_manager_interface.c \
6           gdbus/ofono_voicecall.c \
7           gdbus/ofono_voicecall_interface.c \
8           gdbus/ofono_voicecallmanager.c \
9           gdbus/ofono_voicecallmanager_interface.c
10
11 INCLUDEPATH += $$PWD/gdbus
12 LIBS += -Wl,--version-script=$$PWD/export.map
13
14 CONFIG += link_pkgconfig
15 PKGCONFIG += json-c afb-daemon glib-2.0 gio-2.0 gio-unix-2.0
16
17 include(telephony-binding.pri)