mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-07 22:54:14 +01:00
24 lines
773 B
Prolog
24 lines
773 B
Prolog
TEMPLATE = lib
|
|
TARGET = SystemHealthGadget
|
|
QT += svg
|
|
include(../../openpilotgcsplugin.pri)
|
|
include(../../plugins/coreplugin/coreplugin.pri)
|
|
include(systemhealth_dependencies.pri)
|
|
HEADERS += systemhealthplugin.h
|
|
HEADERS += systemhealthgadget.h
|
|
HEADERS += systemhealthgadgetwidget.h
|
|
HEADERS += systemhealthgadgetfactory.h
|
|
HEADERS += systemhealthgadgetconfiguration.h
|
|
HEADERS += systemhealthgadgetoptionspage.h
|
|
SOURCES += systemhealthplugin.cpp
|
|
SOURCES += systemhealthgadget.cpp
|
|
SOURCES += systemhealthgadgetfactory.cpp
|
|
SOURCES += systemhealthgadgetwidget.cpp
|
|
SOURCES += systemhealthgadgetconfiguration.cpp
|
|
SOURCES += systemhealthgadgetoptionspage.cpp
|
|
OTHER_FILES += SystemHealthGadget.pluginspec
|
|
FORMS += systemhealthgadgetoptionspage.ui
|
|
|
|
RESOURCES += \
|
|
systemhealth.qrc
|