summaryrefslogtreecommitdiffstats
path: root/examples/tutorial/config/config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tutorial/config/config.xml')
-rw-r--r--examples/tutorial/config/config.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/tutorial/config/config.xml b/examples/tutorial/config/config.xml
new file mode 100644
index 000000000..eb1ba45d0
--- /dev/null
+++ b/examples/tutorial/config/config.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0"?>
+<Installer>
+ <Name>Your application</Name>
+ <Version>1.2.3</Version>
+ <Title>Your application Installer</Title>
+ <Publisher>Your vendor</Publisher>
+ <License>license.txt</License>
+ <StartMenuDir>Super App</StartMenuDir>
+ <TargetDir>@rootDir@InstallationDirectory</TargetDir>
+</Installer>