summaryrefslogtreecommitdiffstats
path: root/release-tools/configurations/pkg_beta/qt.sdk/meta/package.xml
blob: 2d5fbbac52dd1a4c8b886e1b740c382c7f78e620 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<Package>
    <DisplayName>Qt 5.0.0 Beta 1</DisplayName>
    <Description>Qt 5.0.0 Beta 1 Installer</Description>
    <Version>1.0.0</Version>
    <ReleaseDate>%PACKAGE_CREATION_DATE%</ReleaseDate>
    <Name>qt.sdk</Name>
    <Licenses>
        <License name="Qt Installer Third Party Agreement" file="ThirdPartySoftware_Listing.txt" />
    </Licenses>
    <!--<Dependencies></Dependencies>--> <!-- Comma-separated list of dependencies - optional -->
    <!--<Default></Default>-->
    <!--<AutoSelectOn></AutoSelectOn>-->
    <Script>installscript.qs</Script>
    <!--<Forced></Forced>-->
    <!--<Virtual></Virtual>--> <!-- Set to true if this is a virtual component not showing up in the installer -->
    <!--<Important></Important>-->    <!-- The package is marked as important. This is relevant for updates found with UpdateAgent. -->
    <SortingPriority>0</SortingPriority> <!-- Priority of this component when visible in the tree. Lowest priority number is on top. -->
    <!--<InstallPriority></InstallPriority>--> <!-- Priority of this component when getting installed. Lowest priority number is first. -->
</Package>