Files
qt-creator/src/plugins/helloworld/HelloWorld.pluginspec

11 lines
415 B
Plaintext
Raw Normal View History

2009-02-24 09:22:43 +01:00
<plugin name="HelloWorld" version="1.0.0" compatVersion="1.0.0">
2008-12-02 12:01:29 +01:00
<vendor>Nokia Corporation</vendor>
2009-02-04 11:15:28 +01:00
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
<license>Nokia Beta Version License</license>
2008-12-02 12:01:29 +01:00
<description>Hello World sample plugin.</description>
<url>http://www.trolltech.com/</url>
<dependencyList>
2009-02-24 09:22:43 +01:00
<dependency name="Core" version="1.0.0"/>
2008-12-02 12:01:29 +01:00
</dependencyList>
</plugin>