summaryrefslogtreecommitdiffstats
path: root/binding-bluetooth/binding-bluetooth.pro
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2017-06-29 20:31:40 -0700
committerMatt Ranostay <matt.ranostay@konsulko.com>2017-06-29 20:36:31 -0700
commit2dd0895c9d099278ce2afd30a7a3b6ef2502e53e (patch)
tree605685969652de1c494474034b293472d862694b /binding-bluetooth/binding-bluetooth.pro
parent0d082622a1387660d4a483f738c8da8bc78912de (diff)
binding: remove bindings from settings application
bindings are moved to their own repos so no longer needed in settings application Bug-AGL: SPEC-661 SPEC-715 Change-Id: I0171a73fe20ed076c5d07edd708ffe46778d84bb Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'binding-bluetooth/binding-bluetooth.pro')
-rw-r--r--binding-bluetooth/binding-bluetooth.pro11
1 files changed, 0 insertions, 11 deletions
diff --git a/binding-bluetooth/binding-bluetooth.pro b/binding-bluetooth/binding-bluetooth.pro
deleted file mode 100644
index 600695a..0000000
--- a/binding-bluetooth/binding-bluetooth.pro
+++ /dev/null
@@ -1,11 +0,0 @@
-TARGET = settings-bluetooth-binding
-
-HEADERS = bluetooth-api.h bluetooth-manager.h bluetooth-agent.h lib_agent.h ofono-client.h lib_ofono.h lib_ofono_modem.h bluez-client.h lib_bluez.h
-SOURCES = bluetooth-api.c bluetooth-manager.c bluetooth-agent.c lib_agent.c ofono-client.c lib_ofono.c lib_ofono_modem.c bluez-client.c lib_bluez.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 gio-unix-2.0 zlib
-
-include(binding.pri)