summaryrefslogtreecommitdiffstats
path: root/package/config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'package/config.xml')
-rw-r--r--package/config.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/config.xml b/package/config.xml
new file mode 100644
index 0000000..3a8bad8
--- /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="dashboard" version="0.1">
+ <name>Dashboard</name>
+ <icon src="icon.svg"/>
+ <content src="bin/dashboard" type="application/x-executable"/>
+ <description>This is a demo dashboard application</description>
+ <author>Qt</author>
+ <license>APL 2.0</license>
+</widget>
+
+