forked from qt-creator/qt-creator
18 lines
431 B
Plaintext
18 lines
431 B
Plaintext
![]() |
//! [1]
|
||
|
<plugin name=\"Example\" version=\"0.0.1\" compatVersion=\"0.0.1\">
|
||
|
//! [1]
|
||
|
//! [2]
|
||
|
<vendor>MyCompany</vendor>
|
||
|
<copyright>(C) MyCompany</copyright>
|
||
|
<license>BSD</license>
|
||
|
<description>Minimal plugin example</description>
|
||
|
<url>http://www.mycompany.com</url>
|
||
|
//! [2]
|
||
|
//! [3]
|
||
|
<dependencyList>
|
||
|
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
|
||
|
</dependencyList>
|
||
|
//! [3]
|
||
|
</plugin>
|
||
|
|