summaryrefslogtreecommitdiffstats
path: root/app/config.tests/libhomescreen.cpp
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2021-01-07 15:57:50 -0500
committerScott Murray <scott.murray@konsulko.com>2021-01-07 16:06:04 -0500
commit3c8425ae606ea142f227fd7dc9c2bc01def384ad (patch)
treeecddac76977840dd4a805cff0a339c21ca36dbf3 /app/config.tests/libhomescreen.cpp
parentdb27d85ed11d045f91de95ea86ae12b42404f1bb (diff)
libhomescreen was still a dependency in the qmake files, remove it. Bug-AGL: SPEC-3757 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I4ed491e7c14956c601d17997c70497559e54c0cc
Diffstat (limited to 'app/config.tests/libhomescreen.cpp')
-rw-r--r--app/config.tests/libhomescreen.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/config.tests/libhomescreen.cpp b/app/config.tests/libhomescreen.cpp
deleted file mode 100644
index e0fd460..0000000
--- a/app/config.tests/libhomescreen.cpp
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <libhomescreen.hpp>
-
-int main(int argc,char **argv)
-{
- LibHomeScreen libHomeScreen;
- return 0;
-}