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) --- settings.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'settings.pro') diff --git a/settings.pro b/settings.pro index b04be4a..579a952 100644 --- a/settings.pro +++ b/settings.pro @@ -1,3 +1,3 @@ TEMPLATE = subdirs -SUBDIRS = app binding-wifi binding-bluetooth package -package.depends += app binding-wifi binding-bluetooth +SUBDIRS = app package +package.depends += app -- cgit 1.2.3-korg