Initial commit
[staging/xdg-launcher.git] / examples / qml / packaging / wgt / config.xml.in
1 <?xml version="1.0" encoding="UTF-8"?>
2 <widget xmlns="http://www.w3.org/ns/widgets" id="@PROJECT_NAME@" version="@PROJECT_VERSION@">
3   <name>@PROJECT_NAME@</name>
4   <icon src="icon.png"/>
5   <content src="htdocs/index.html" type="application/vnd.agl.html.hybrid"/>
6   <description>@PROJECT_DESCRIPTION@</description>
7   <author>Romain Forlot &lt;romain.forlot@iot.bzh&gt;</author>
8   <license>APL 2.0</license>
9 </widget>
10
11