summaryrefslogtreecommitdiffstats
path: root/examples/online/config/config.xml
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@theqtcompany.com>2015-01-23 15:17:04 +0100
committerKai Koehne <kai.koehne@theqtcompany.com>2015-01-26 12:39:58 +0100
commitdb423c387a601305a9851a8e72fa3d46aaabaa9d (patch)
tree646dd36bd70f6a5229230526e7227809326c12b2 /examples/online/config/config.xml
parent47e99faf9bed6bfa124ea47428af4cef737606c3 (diff)
Add example for online installer
Change-Id: I7c4f32db01b94b24339641907ae7cdbe209ff707 Reviewed-by: Jarek Kobus <jaroslaw.kobus@theqtcompany.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
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>