summaryrefslogtreecommitdiffstats
path: root/examples/registervirtualcomponentforuninstall/config/config.xml
blob: 48b5c7438dd31f5841ae34d0a7c42f8ca83f913e (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8"?>
<Installer>
    <Name>Register Component to Uninstall Example</Name>
    <Version>1.0.0</Version>
    <Title>Register Component to Uninstall Example</Title>
    <Publisher>Qt-Project</Publisher>
    <StartMenuDir>Qt IFW Examples</StartMenuDir>
    <TargetDir>@HomeDir@/IfwExamples/registercomponenttouninstall</TargetDir>
    <ControlScript>controller.qs</ControlScript>
</Installer>