diff options
author | Scott Murray <scott.murray@konsulko.com> | 2017-02-28 19:21:44 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2017-02-28 19:21:44 -0500 |
commit | 632e86c88bd34725cceec27c1b4b03b07fca0f63 (patch) | |
tree | 36be17f725b458afbe56176d4aa63e2c46502c67 /package/config.xml | |
parent | 4a52273df6c792a94a514637cc94e7137910a323 (diff) |
Import latest code from CES2017 repodab_3.99.1dab/3.99.13.99.1
Change-Id: I5f97d0f3d11899fc78943f806f55b685c1cce9a5
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'package/config.xml')
-rw-r--r-- | package/config.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/config.xml b/package/config.xml new file mode 100644 index 0000000..3a8bad8 --- /dev/null +++ b/package/config.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<widget xmlns="http://www.w3.org/ns/widgets" id="dashboard" version="0.1"> + <name>Dashboard</name> + <icon src="icon.svg"/> + <content src="bin/dashboard" type="application/x-executable"/> + <description>This is a demo dashboard application</description> + <author>Qt</author> + <license>APL 2.0</license> +</widget> + + |