blob: 82257d0a27a45bd4773ee1e7b556a76993e516dd (
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="phone" version="0.1">
<name>Phone</name>
<icon src="icon.svg"/>
<content src="bin/phone" type="application/x-executable"/>
<description>This is a demo phone application</description>
<author>Qt</author>
<license>APL 2.0</license>
</widget>
|