aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/extensionsystem/pluginspec/testspecs/spec_wrong3.xml
blob: 8a86226199ed7918a5cad80a692c19b520850244 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<plugin name="test" 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.digia.com</url>
    <dependencyList>
        <dependency name="SomeOtherPlugin" version="2.3.0_2"/>
        <dependency name="EvenOther" version="1.0.0"/>
    </dependencyList>
</plugin>