aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/extensionsystem/pluginspec/testspecs/spec_wrong1.xml
blob: a1ff56ae5ebc9706fbe3ca4d87a27317b3bb2413 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<something name="test" version="1.0.1" compatVersion="1.0.0">
    <vendor>Digia Plc</vendor>
    <copyright>(C) 2013 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>
</something>