forked from qt-creator/qt-creator
12 lines
323 B
Plaintext
12 lines
323 B
Plaintext
|
|
<plugin name="DoNothing" version="0.0.1">
|
||
|
|
<vendor>FooCompanyInc</vendor>
|
||
|
|
<copyright>FooCompanyInc</copyright>
|
||
|
|
<license>
|
||
|
|
GPL</license>
|
||
|
|
<description>DO NOTHING</description>
|
||
|
|
<url>http://www.FooCompanyInc.com</url>
|
||
|
|
<dependencyList>
|
||
|
|
<dependency name="Core"/>
|
||
|
|
</dependencyList>
|
||
|
|
</plugin>
|