summaryrefslogtreecommitdiff
path: root/dist/installer/ifw/packages/org.qtproject.qtcreator.application/meta/package.xml.in
blob: e9d378cd70046ef216d7b9be45e6836f1bfdc6ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0"?>
<Package>
    <DisplayName>Qt Creator Application</DisplayName>
    <Description>The IDE of choice for Qt development.</Description>
    <Version>{version}</Version>
    <ReleaseDate>{date}</ReleaseDate>
    <Name>org.qtproject.qtcreator.application</Name>
    <Script>installscript.qs</Script>
    <Licenses>
        <License name="Qt Creator License" file="license.txt" />
    </Licenses>
    <ForcedInstallation>true</ForcedInstallation>
    <Default>true</Default>
    <AutoDependOn>org.qtproject.qtcreator</AutoDependOn>
    <UserInterfaces>
        <UserInterface>associatecommonfiletypesform.ui</UserInterface>
        <UserInterface>launchqtcreatorcheckboxform.ui</UserInterface>
    </UserInterfaces>
</Package>