aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2018-07-27 14:14:10 -0700
committerMatt Ranostay <matt.ranostay@konsulko.com>2018-07-27 15:25:32 -0700
commit5df217c091e39f71cc7a9e563d38d12794d1adb5 (patch)
tree2f59f86cc1cefb3d916ffb0a8af2095c095843fe
parentc833b771727b58148fb1061ddf3da83c0bc3a8dc (diff)
binding: bluetooth: remove useless binding-bluetooth.pro file
qmake is no longer used to build the binding so remove pro file Change-Id: I0ca1f76c6a40354b1ee31ba2e705f57bad9baecd Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
-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 083efb8..0000000
--- a/binding-bluetooth/binding-bluetooth.pro
+++ /dev/null
@@ -1,11 +0,0 @@
-TARGET = agl-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)