summaryrefslogtreecommitdiffstats
path: root/telephony-binding/telephony-binding.pro
blob: 9ee3530e726f718f41ef8ec6e38a7c61e2304a8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TARGET = telephony-binding

SOURCES = telephony-binding.c \
	  gdbus/ofono_manager.c \
	  gdbus/ofono_manager_interface.c \
	  gdbus/ofono_voicecall.c \
	  gdbus/ofono_voicecall_interface.c \
	  gdbus/ofono_voicecallmanager.c \
	  gdbus/ofono_voicecallmanager_interface.c

INCLUDEPATH += $$PWD/gdbus
LIBS += -Wl,--version-script=$$PWD/export.map

CONFIG += link_pkgconfig
PKGCONFIG += json-c afb-daemon glib-2.0 gio-2.0 gio-unix-2.0

include(telephony-binding.pri)