From a1a2075713e6c9f607b0ffa50213883582b4fefe Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Thu, 29 Jun 2017 20:31:40 -0700 Subject: 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 (cherry picked from commit 2dd0895c9d099278ce2afd30a7a3b6ef2502e53e) --- binding-wifi/binding.pri | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 binding-wifi/binding.pri (limited to 'binding-wifi/binding.pri') diff --git a/binding-wifi/binding.pri b/binding-wifi/binding.pri deleted file mode 100644 index 3448a56..0000000 --- a/binding-wifi/binding.pri +++ /dev/null @@ -1,6 +0,0 @@ -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