Files
qt-creator/doc/pluginhowto/examples/wizard/customproject/CustomProject.pluginspec

11 lines
318 B
Plaintext
Raw Normal View History

<plugin name="CustomProject" version="0.0.1">
<vendor>FooCompanyInc</vendor>
<copyright></copyright>
<license></license>
<description>{{PLUGIN_DESCRIPTION}}</description>
<url>http://www.FooCompanyInc.com</url>
<dependencyList>
<dependency name="Core"/>
</dependencyList>
</plugin>