OP-1900 have path_progress updated correctly for leg_remaining and error_below end...
[librepilot.git] / ground / openpilotgcs / src / plugins / scope / scope.pro
blobb95e23e6cc84909dd91b4ad7cb95854f1318a1b5
1 TEMPLATE = lib
2 TARGET = ScopeGadget
4 DEFINES += SCOPE_LIBRARY
6 include(../../openpilotgcsplugin.pri)
7 include (scope_dependencies.pri)
9 HEADERS += \
10 scopeplugin.h \
11 plotdata.h \
12 scope_global.h \
13 scopegadgetoptionspage.h \
14 scopegadgetconfiguration.h \
15 scopegadget.h \
16 scopegadgetwidget.h \
17 scopegadgetfactory.h
19 SOURCES += \
20 scopeplugin.cpp \
21 plotdata.cpp \
22 scopegadgetoptionspage.cpp \
23 scopegadgetconfiguration.cpp \
24 scopegadget.cpp \
25 scopegadgetfactory.cpp \
26 scopegadgetwidget.cpp
28 OTHER_FILES += ScopeGadget.pluginspec
30 FORMS += scopegadgetoptionspage.ui