mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-21 06:52:11 +01:00
a47687cff8
Renamed FlashPage to FlashDance, eeh, no SavePage :) Removed unnecessary dependency in setupwizard.pro Fixed a bug with the Next button on the first page. Fixed a bug with the cancel button on the last page.
16 lines
723 B
XML
16 lines
723 B
XML
<plugin name="Config" version="1.0.0" compatVersion="1.0.0">
|
|
<vendor>The OpenPilot Project</vendor>
|
|
<copyright>(C) 2010 OpenPilot Project</copyright>
|
|
<license>GNU Public License (GPL) Version 3</license>
|
|
<description>Configuration GUI</description>
|
|
<url>http://www.openpilot.org</url>
|
|
<dependencyList>
|
|
<dependency name="Core" version="1.0.0"/>
|
|
<dependency name="UAVObjects" version="1.0.0"/>
|
|
<dependency name="UAVTalk" version="1.0.0"/>
|
|
<dependency name="UAVObjectUtil" version="1.0.0"/>
|
|
<dependency name="UAVSettingsImportExport" version="1.0.0"/>
|
|
<dependency name="UAVObjectWidgetUtils" version="1.0.0"/>
|
|
</dependencyList>
|
|
</plugin>
|