summaryrefslogtreecommitdiffstats
path: root/app/config.tests/libhomescreen/libhomescreen.cpp
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2022-02-14 18:32:06 -0500
committerScott Murray <scott.murray@konsulko.com>2022-02-14 18:32:06 -0500
commitbfcc2fa194474a7bc317583072b62c977ae0fc14 (patch)
treebd904ec5183edf3a38d55e6197cf1898eb0c75b6 /app/config.tests/libhomescreen/libhomescreen.cpp
parentf48bbcb2266ebfad46e5cafacfba01c3f6ba3924 (diff)
Changes: - Remove the autobuild scripts and config.xml used by the app framework widget build. - Update the qmake files to just build a "settings" binary and install it into /usr/bin by default. - Remove the code in main.cpp that handled reading the WebSocket command-line arguments and passing them to binding related code. - Add initial .desktop file and icon copied from the launcher source tree, and updated .pro files to install them. Bug-AGL: SPEC-4182 Change-Id: I8a8cafc15c1dbe4e65db579bc650a8028c4aa10c Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'app/config.tests/libhomescreen/libhomescreen.cpp')
-rw-r--r--app/config.tests/libhomescreen/libhomescreen.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/config.tests/libhomescreen/libhomescreen.cpp b/app/config.tests/libhomescreen/libhomescreen.cpp
deleted file mode 100644
index d698b05..0000000
--- a/app/config.tests/libhomescreen/libhomescreen.cpp
+++ /dev/null
@@ -1,8 +0,0 @@
-#include <libhomescreen.hpp>
-
-int main(int argc,char **argv)
-{
- LibHomeScreen libHomeScreen;
- return 0;
-}
-