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:
parent
e99cc9635d
commit
a1b39c3035
@ -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>
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user