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
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-06-30 22:24:54 +0000
commita1a2075713e6c9f607b0ffa50213883582b4fefe (patch)
tree2ec08fce268300388767fbe77d058f53cb7bfc93 /binding-bluetooth/binding-bluetooth.pro
parent734fde2e846eea80049cb36e73cb6d361b6a82d3 (diff)
binding: remove bindings from settings applicationdab_3.99.2dab/3.99.23.99.2
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> (cherry picked from commit 2dd0895c9d099278ce2afd30a7a3b6ef2502e53e)
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)