summaryrefslogtreecommitdiffstats
path: root/examples/productimage/config/config.xml
blob: 4d5fe1a05e4098d46bf389c49f4cd7a76a860e2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<Installer>
    <Name>Product Image</Name>
    <Version>1.0.0</Version>
    <Title>Product Image Installer</Title>
    <Publisher>Your vendor</Publisher>
    <StartMenuDir>Super App</StartMenuDir>
    <TargetDir>@HomeDir@/IfwExamples/productimage</TargetDir>
    <ProductImages>
        <ProductImage>
            <Image>Built_with_Qt.png</Image>
            <Url>https://www.qt.io/blog</Url>
        </ProductImage>
        <ProductImage>
            <Image>Built_with_Qt_logo.png</Image>
            <Url>https://www.qt.io/</Url>
        </ProductImage>
    </ProductImages>
</Installer>