aboutsummaryrefslogtreecommitdiffstats
path: root/config.xml.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.xml.in')
-rwxr-xr-xconfig.xml.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/config.xml.in b/config.xml.in
new file mode 100755
index 0000000..b403953
--- /dev/null
+++ b/config.xml.in
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<widget xmlns="http://www.w3.org/ns/widgets" id="@PROJECT_NAME@" version="@PROJECT_VERSION@">
+ <name>Wifi Settings</name>
+ <icon src="icon.png"/>
+ <content src="qml/@PROJECT_NAME@/@PROJECT_NAME@-app.qml" type="application/vnd.agl.qml.hybrid"/>
+ <description>Wifi Settings application</description>
+ <author>ALPS (Milan Srdinko &lt;msrdinko@alps.cz&gt;, Srimaldia Hariasti &lt;hariasti.srimaldia-1@jp.alps.com&gt;)</author>
+ <license>APL 2.0</license>
+</widget>