OP-1900 have path_progress updated correctly for leg_remaining and error_below end...
[librepilot.git] / ground / openpilotgcs / src / plugins / systemhealth / systemhealth.pro
blobe61a12e16e857eb5874b1823606836f5cc247ee6
1 TEMPLATE = lib
2 TARGET = SystemHealthGadget
3 QT += svg
4 include(../../openpilotgcsplugin.pri)
5 include(../../plugins/coreplugin/coreplugin.pri)
6 include(systemhealth_dependencies.pri)
7 HEADERS += systemhealthplugin.h
8 HEADERS += systemhealthgadget.h
9 HEADERS += systemhealthgadgetwidget.h
10 HEADERS += systemhealthgadgetfactory.h
11 HEADERS += systemhealthgadgetconfiguration.h
12 HEADERS += systemhealthgadgetoptionspage.h
13 SOURCES += systemhealthplugin.cpp
14 SOURCES += systemhealthgadget.cpp
15 SOURCES += systemhealthgadgetfactory.cpp
16 SOURCES += systemhealthgadgetwidget.cpp
17 SOURCES += systemhealthgadgetconfiguration.cpp
18 SOURCES += systemhealthgadgetoptionspage.cpp
19 OTHER_FILES += SystemHealthGadget.pluginspec
20 FORMS += systemhealthgadgetoptionspage.ui
22 RESOURCES += \
23 systemhealth.qrc