OP-1900 have path_progress updated correctly for leg_remaining and error_below end...
[librepilot.git] / ground / openpilotgcs / src / plugins / qmlview / qmlview.pro
blobde95a72182bee9ca22e36833a200104f797b9194
1 TEMPLATE = lib
2 TARGET = QMLView
3 QT += svg
4 QT += opengl
5 QT += qml quick
7 include(../../openpilotgcsplugin.pri)
8 include(../../plugins/coreplugin/coreplugin.pri)
9 include(qmlview_dependencies.pri)
11 HEADERS += \
12 qmlviewplugin.h \
13 qmlviewgadget.h \
14 qmlviewgadgetwidget.h \
15 qmlviewgadgetfactory.h \
16 qmlviewgadgetconfiguration.h \
17 qmlviewgadgetoptionspage.h
20 SOURCES += \
21 qmlviewplugin.cpp \
22 qmlviewgadget.cpp \
23 qmlviewgadgetfactory.cpp \
24 qmlviewgadgetwidget.cpp \
25 qmlviewgadgetconfiguration.cpp \
26 qmlviewgadgetoptionspage.cpp
28 OTHER_FILES += QMLView.pluginspec
30 FORMS += qmlviewgadgetoptionspage.ui