mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-07 18:46:06 +01:00
ac88f788be
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@464 ebee16cc-31ac-478f-84a7-5cbb03baadba
26 lines
795 B
Prolog
Executable File
26 lines
795 B
Prolog
Executable File
TEMPLATE = lib
|
|
TARGET = Uploader
|
|
include(../../openpilotgcsplugin.pri)
|
|
include(../../plugins/coreplugin/coreplugin.pri)
|
|
HEADERS += uploadergadget.h \
|
|
uploadergadgetconfiguration.h \
|
|
uploadergadgetfactory.h \
|
|
uploadergadgetoptionspage.h \
|
|
uploadergadgetwidget.h \
|
|
uploaderplugin.h
|
|
SOURCES += uploaderGadget.cpp \
|
|
uploadergadgetconfiguration.cpp \
|
|
uploadergadgetfactory.cpp \
|
|
uploadergadgetoptionspage.cpp \
|
|
uploadergadgetwidget.cpp \
|
|
uploaderplugin.cpp
|
|
OTHER_FILES += uploader.pluginspec
|
|
|
|
LIBS += -l$$qtLibraryTarget(QExtSerialPort)
|
|
LIBS += -l$$qtLibraryTarget(QYmodem)
|
|
|
|
#CONFIG(debug, debug|release):LIBS += -lqextserialportd
|
|
#else:LIBS += -lqextserialport
|
|
#CONFIG(debug, debug|release):LIBS += -lqymodemd
|
|
#else:LIBS += -lqymodem
|