forked from qt-creator/qt-creator
746c5d8863
Change-Id: Ib5423fdd064e4546f848c0b640b0ed0514c26d3a Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by: Kai Koehne <kai.koehne@digia.com>
19 lines
532 B
XML
19 lines
532 B
XML
<plugin version="1.0.1" compatVersion="1.0.0">
|
|
<vendor>Digia Plc</vendor>
|
|
<copyright>(C) 2014 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>
|