aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/extensionsystem/pluginspec/testspecs/spec1.xml
blob: c2dc7b9db95d454c99e62a612e21bda4fa9904ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<plugin name="test" version="1.0.1" compatVersion="1.0.0">
    <vendor>Digia Plc</vendor>
    <copyright>(C) 2012 Digia Plc</copyright>
    <license>
This is a default license bla
blubbblubb
end of terms
    </license>
    <description>
This plugin is just a test.
    it demonstrates the great use of the plugin spec.
    </description>
    <url>http://qt.digi.com</url>
    <dependencyList>
        <dependency name="SomeOtherPlugin" version="2.3.0_2"/>
        <dependency name="EvenOther" version="1.0.0"/>
    </dependencyList>
</plugin>