OP-1900 have path_progress updated correctly for leg_remaining and error_below end...
[librepilot.git] / ground / openpilotgcs / src / plugins / debuggadget / debuggadget.pro
blob767966bc1b415a87814ce6a5ca56604a47c665b1
1 TEMPLATE = lib
2 TARGET = DebugGadget
4 include(../../openpilotgcsplugin.pri)
5 include(../../plugins/coreplugin/coreplugin.pri)
6 HEADERS += debugplugin.h \
7 debugengine.h
8 HEADERS += debuggadget.h
9 HEADERS += debuggadgetwidget.h
10 HEADERS += debuggadgetfactory.h
11 SOURCES += debugplugin.cpp \
12 debugengine.cpp
13 SOURCES += debuggadget.cpp
14 SOURCES += debuggadgetfactory.cpp
15 SOURCES += debuggadgetwidget.cpp
17 OTHER_FILES += DebugGadget.pluginspec
19 FORMS += \
20 debug.ui