diff options
author | Scott Murray <scott.murray@konsulko.com> | 2022-02-14 18:34:58 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2022-02-14 18:34:58 -0500 |
commit | f48bb2aab34273bd5b3cc1f9f9d88afbfb231d6b (patch) | |
tree | e9a19a0b5fa04085660cef8b6631564512dd97ce /package/config.xml | |
parent | 65d6157de8d62f93355d403262b0518f250d606b (diff) |
Update for app framework removalmarlin_12.93.0marlin/12.93.012.93.0
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: I479ca8f405f38d36e1f5f531581a07073d40005e
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'package/config.xml')
-rw-r--r-- | package/config.xml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/package/config.xml b/package/config.xml deleted file mode 100644 index 1054104..0000000 --- a/package/config.xml +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<widget xmlns="http://www.w3.org/ns/widgets" id="radio" version="0.1"> - <name>Radio</name> - <icon src="icon.svg"/> - <content src="bin/radio" type="application/vnd.agl.native"/> - <description>This is a demo Radio application</description> - <author>Qt</author> - <license>APL 2.0</license> - <feature name="urn:AGL:widget:required-api"> - <param name="radio" value="ws" /> - </feature> - <feature name="urn:AGL:widget:required-permission"> - <param name="urn:AGL:permission::public:no-htdocs" value="required" /> - <param name="urn:AGL:permission::public:display" value="required" /> - </feature> -</widget> - - |