blob: 9dba7a1b27befe674adf585eac38e98d94f39385 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
TARGET = settings-bluetooth-binding
HEADERS = bluetooth-api.h bluetooth-manager.h
SOURCES = bluetooth-api.c bluetooth-manager.c
LIBS += -Wl,--version-script=$$PWD/export.map
CONFIG += link_pkgconfig
PKGCONFIG += json-c afb-daemon glib-2.0 gio-2.0 gobject-2.0 zlib
include(binding.pri)
|