Files
qt-creator/src/plugins/quickopen/QuickOpen.pluginspec

11 lines
469 B
Plaintext
Raw Normal View History

2009-02-24 09:22:43 +01:00
<plugin name="QuickOpen" 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>Provides the QuickOpen widget and the hooks for QuickOpen filter implementations.</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>