OP-1900 have path_progress updated correctly for leg_remaining and error_below end...
[librepilot.git] / ground / openpilotgcs / src / plugins / dial / dial.pro
blobee28b36e28e7bcd1f49010b47bd4cb781a7fc050
1 TEMPLATE = lib
2 TARGET = DialGadget
3 QT += svg
4 QT += opengl
5 include(../../openpilotgcsplugin.pri)
6 include(../../plugins/coreplugin/coreplugin.pri)
7 include(dial_dependencies.pri)
8 HEADERS += dialplugin.h
9 HEADERS += dialgadget.h
10 HEADERS += dialgadgetwidget.h
11 HEADERS += dialgadgetfactory.h
12 HEADERS += dialgadgetconfiguration.h
13 HEADERS += dialgadgetoptionspage.h
14 SOURCES += dialplugin.cpp
15 SOURCES += dialgadget.cpp
16 SOURCES += dialgadgetfactory.cpp
17 SOURCES += dialgadgetwidget.cpp
18 SOURCES += dialgadgetconfiguration.cpp
19 SOURCES += dialgadgetoptionspage.cpp
20 OTHER_FILES += DialGadget.pluginspec
21 FORMS += dialgadgetoptionspage.ui
22 RESOURCES += dial.qrc