From c6c94220fa7a1311cb60a01d4f009fb559d3b720 Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Thu, 29 Jun 2017 20:15:36 -0700 Subject: binding: bluetooth: make system wide service Allow Bluetooth binding to be build separately and installed as a system wide service Bug-AGL: SPEC-661 SPEC-715 Change-Id: I12feefa2908243aa3bdcb0341f9bc9654c23741e Signed-off-by: Matt Ranostay --- binding-bluetooth/binding.pri | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 binding-bluetooth/binding.pri (limited to 'binding-bluetooth/binding.pri') diff --git a/binding-bluetooth/binding.pri b/binding-bluetooth/binding.pri new file mode 100644 index 0000000..3448a56 --- /dev/null +++ b/binding-bluetooth/binding.pri @@ -0,0 +1,6 @@ +TEMPLATE = lib +CONFIG += plugin use_c_linker +CONFIG -= qt +QMAKE_CFLAGS += -Wextra -Wconversion -Wno-unused-parameter -Werror=maybe-uninitialized -Werror=implicit-function-declaration -ffunction-sections -fdata-sections -Wl,--as-needed -Wl,--gc-sections + +DESTDIR = $${OUT_PWD}/../package/root/lib -- cgit 1.2.3-korg