1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

GCS/uploader: change uploader.pluginspec -> Uploader.pluginspec

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@478 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
ephy 2010-04-11 05:50:36 +00:00 committed by ephy
parent e99cc9635d
commit a1b39c3035
2 changed files with 1 additions and 13 deletions

View File

@ -1,10 +0,0 @@
<plugin name="Uploader" version="0.0.1" compatVersion="1.0.0">
<vendor>Jose Barros A.K.A. PT_Dreamer</vendor>
<copyright>(C) 2010 OpenPilot Project</copyright>
<license>The GNU Public License (GPL) Version 3</license>
<description>A plugin to Upload Firmware to the OpenPilot HW via Ymodem protocol</description>
<url>http://www.openpilot.org</url>
<dependencyList>
<dependency name="Core" version="1.0.0"/>
</dependencyList>
</plugin>

View File

@ -16,6 +16,4 @@ SOURCES += uploadergadget.cpp \
uploadergadgetoptionspage.cpp \
uploadergadgetwidget.cpp \
uploaderplugin.cpp
OTHER_FILES += uploader.pluginspec
#LIBS += -l$$qtLibraryTarget(QExtSerialPort)
#LIBS += -l$$qtLibraryTarget(QYmodem)
OTHER_FILES += Uploader.pluginspec