OP-1900 have path_progress updated correctly for leg_remaining and error_below end...
[librepilot.git] / ground / openpilotgcs / src / plugins / pathactioneditor / pathactioneditor.pro
blob28e44147ad3321bc43cd1f89bd230c0ce3846eb4
1 TEMPLATE = lib
2 TARGET = PathActionEditor
4 include(../../openpilotgcsplugin.pri)
5 include(../../plugins/coreplugin/coreplugin.pri)
6 include(../../plugins/uavobjects/uavobjects.pri)
8 HEADERS += pathactioneditorgadget.h
9 HEADERS += pathactioneditorgadgetwidget.h
10 HEADERS += pathactioneditorgadgetfactory.h
11 HEADERS += pathactioneditorplugin.h
12 HEADERS += pathactioneditortreemodel.h
13 HEADERS += treeitem.h
14 HEADERS += fieldtreeitem.h
15 HEADERS += browseritemdelegate.h
17 SOURCES += pathactioneditorgadget.cpp
18 SOURCES += pathactioneditorgadgetwidget.cpp
19 SOURCES += pathactioneditorgadgetfactory.cpp
20 SOURCES += pathactioneditorplugin.cpp
21 SOURCES += pathactioneditortreemodel.cpp
22 SOURCES += treeitem.cpp
23 SOURCES += fieldtreeitem.cpp
24 SOURCES += browseritemdelegate.cpp
27 OTHER_FILES += pathactioneditor.pluginspec
29 FORMS += pathactioneditor.ui
31 RESOURCES +=