OP-1900 have path_progress updated correctly for leg_remaining and error_below end...
[librepilot.git] / ground / openpilotgcs / src / plugins / osgearthview / osgearthview.pro
blobe88ea8a2785a71e5d286cef4f9fb27f8451c714b
1 TEMPLATE = lib
2 TARGET = OsgEarthviewGadget
4 QT += opengl
5 include(../../openpilotgcsplugin.pri)
6 include(../../plugins/coreplugin/coreplugin.pri)
7 include(osgearthview_dependencies.pri)
8 include(osg.pri)
9 include(osgearth.pri)
11 HEADERS += osgearthviewplugin.h \
12 osgviewerwidget.h
13 HEADERS += osgearthviewgadget.h
14 HEADERS += osgearthviewwidget.h
15 HEADERS += osgearthviewgadgetfactory.h
16 HEADERS += osgearthviewgadgetconfiguration.h
17 HEADERS += osgearthviewgadgetoptionspage.h
19 SOURCES += osgearthviewplugin.cpp \
20 osgviewerwidget.cpp
21 SOURCES += osgearthviewgadget.cpp
22 SOURCES += osgearthviewwidget.cpp
23 SOURCES += osgearthviewgadgetfactory.cpp
24 SOURCES += osgearthviewgadgetconfiguration.cpp
25 SOURCES += osgearthviewgadgetoptionspage.cpp
27 FORMS += osgearthviewgadgetoptionspage.ui \
28 osgearthview.ui
30 OTHER_FILES += OsgEarthviewGadget.pluginspec
31 RESOURCES += osgearthview.qrc