Changed: #1193 Updated landscape editor and world editor plugins with latest API changes to OVQT plugin system. Added the plugin-spec files for each plugin.
--HG-- branch : gsoc2011-worldeditorqthg/feature/sse2
parent
67a114e766
commit
4a13d9d848
@ -0,0 +1,10 @@
|
||||
<plugin-spec>
|
||||
<library-name>ovqt_plugin_landscape_editor</library-name>
|
||||
<name>LandscapeEditor</name>
|
||||
<version>0.8</version>
|
||||
<vendor>GSoC2011_dnk-88</vendor>
|
||||
<description>Landscape editor ovqt plugin.</description>
|
||||
<dependencies>
|
||||
<dependency plugin-name="Core" version="0.8"/>
|
||||
</dependencies>
|
||||
</plugin-spec>
|
@ -0,0 +1,11 @@
|
||||
<plugin-spec>
|
||||
<library-name>ovqt_plugin_world_editor</library-name>
|
||||
<name>WorldEditor</name>
|
||||
<version>0.6</version>
|
||||
<vendor>GSoC2011_dnk-88</vendor>
|
||||
<description>Landscape editor ovqt plugin.</description>
|
||||
<dependencies>
|
||||
<dependency plugin-name="Core" version="0.8"/>
|
||||
<dependency plugin-name="LandscapeEditor" version="0.6"/>
|
||||
</dependencies>
|
||||
</plugin-spec>
|
Loading…
Reference in New Issue