summaryrefslogtreecommitdiffstats
path: root/package/config.xml
blob: 5e5b9eb1c1dd2e6406674ebedf08dfbd81af09f9 (plain)
1
2
3
4
5
6
7
8
9
10
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 &lt;tasuku.suzuki@qt.io&gt;</author>
  <license>APL 2.0</license>
</widget>