aboutsummaryrefslogtreecommitdiffstats
path: root/launcher.pro
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2020-01-22 21:46:09 +0200
committerMarius Vlad <marius.vlad@collabora.com>2020-01-23 16:33:59 +0200
commit2c90972493b4e1b41b38fbcaaae70ea4fc371858 (patch)
tree901012a4247f5baf2a35bf88a56a8b39571ee112 /launcher.pro
parent50d87b3696390d30f8801bcdff908e33ed7e61aa (diff)
interfaces/: Remove any trace of interfaces
As this is dead-code remove it. Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Change-Id: I1edaa7e3d2bb60aefc93f0ef3e256775040ca9ad
Diffstat (limited to 'launcher.pro')
-rw-r--r--launcher.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/launcher.pro b/launcher.pro
index 9f6c696..34fd355 100644
--- a/launcher.pro
+++ b/launcher.pro
@@ -16,9 +16,9 @@ TEMPLATE = subdirs
load(configure)
-SUBDIRS = pws interfaces \
+SUBDIRS = pws \
launcher \
package
-launcher.depends = interfaces pws
+launcher.depends = pws
package.depends += launcher