summaryrefslogtreecommitdiffstats
path: root/examples/unstablecomponent/config/config.xml
blob: fb42ae334918e3ed3c9abc8a61ed031d0356b2bb (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<Installer>
    <Name>Unstable components Example</Name>
    <Version>1.0.0</Version>
    <Title>Unstable components Example</Title>
    <Publisher>Qt-Project</Publisher>
    <StartMenuDir>Qt IFW Examples</StartMenuDir>
    <TargetDir>@HomeDir@/IfwExamples/unstablecomponent</TargetDir>
    <AllowUnstableComponents>true</AllowUnstableComponents>
    <ControlScript>controller.qs</ControlScript>
</Installer>