diff options
Diffstat (limited to 'binding-bluetooth.pro')
-rw-r--r-- | binding-bluetooth.pro | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/binding-bluetooth.pro b/binding-bluetooth.pro new file mode 100644 index 0000000..9dba7a1 --- /dev/null +++ b/binding-bluetooth.pro @@ -0,0 +1,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) |