summaryrefslogtreecommitdiffstats
path: root/examples/online/config/config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/online/config/config.xml')
-rw-r--r--examples/online/config/config.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/online/config/config.xml b/examples/online/config/config.xml
new file mode 100644
index 000000000..9aeedd00d
--- /dev/null
+++ b/examples/online/config/config.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Installer>
+ <Name>Online Installer Example</Name>
+ <Version>1.0.0</Version>
+ <Title>Online Installer Example</Title>
+ <Publisher>The Qt Company</Publisher>
+ <!-- Directory name is used in component.xml -->
+ <StartMenuDir>Qt IFW Examples</StartMenuDir>
+ <TargetDir>@HomeDir@/IfwExample</TargetDir>
+ <RemoteRepositories>
+ <Repository>
+ <Url>http://localhost/repository</Url>
+ </Repository>
+ </RemoteRepositories>
+</Installer>