summaryrefslogtreecommitdiffstats
path: root/release-tools/configurations/linux/config.xml.template.linux.qt5-beta
blob: a81970da0d7dfc7c187d1fa1f37dab55f4d1e8b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0"?>
<Installer>
    <Name>Qt5 Beta Installer</Name>
    <Version>%SDK_VERSION_NUM%</Version>
    <Title>Qt5 Beta Installer</Title>
    <MaintenanceTitle>Maintain Qt5 Beta</MaintenanceTitle>
    <Publisher>Qt</Publisher>
    <Logo>logo.png</Logo>
    <LogoSmall>logo-small.png</LogoSmall>
    <Icon>logo-small</Icon>
    <License>license.txt</License>
    <Watermark>watermark.png</Watermark>
    <StartMenuDir>Qt5 Beta</StartMenuDir>
    <ProductUrl>qt.nokia.com</ProductUrl>
    <!--<Background>background.png</Background>-->
    <UninstallerName>MaintenanceTool</UninstallerName>
    <!--<RemoteRepositories>
        <Repository>
            <Url>%UPDATE_REPOSITORY_URL%</Url>
            <Required>false</Required>
        </Repository>
    </RemoteRepositories>-->
    <!-- @homeDir@ and @rootDir@ are some of the supported vars -->
    <TargetDir>/opt/Qt5-beta</TargetDir>
    <AdminTargetDir>/opt/Qt5-beta</AdminTargetDir>
</Installer>