diff options
author | Tasuku Suzuki <tasuku.suzuki@qt.io> | 2016-12-15 19:50:17 +0900 |
---|---|---|
committer | Tasuku Suzuki <tasuku.suzuki@qt.io> | 2016-12-16 23:59:45 +0900 |
commit | f4ae987a32db4715b07ff4357b21562964e325ff (patch) | |
tree | 081706bd8b85eb3835cb7315e19bb8885aeef826 /package/config.xml | |
parent | 20f5c1b9315ab94e512d5b2eaac854b239235161 (diff) |
pull latest UI from CES2017
Change-Id: I6623af60246d702c91a8bd9f0a317256344187c1
Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
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..5e5b9eb --- /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="controls" version="0.1"> + <name>Controls</name> + <icon src="icon.svg"/> + <content src="bin/controls" type="application/x-executable"/> + <description>This is a demo application to show UI components</description> + <author>Tasuku Suzuki <tasuku.suzuki@qt.io></author> + <license>APL 2.0</license> +</widget> + + |