Merged in f5soh/librepilot/update_credits (pull request #529)
[librepilot.git] / ground / gcs / src / plugins / systemhealth / systemhealth.pro
blob34bce280c5820527623c55a1b049cf1fa67aa507
1 TEMPLATE = lib
2 TARGET = SystemHealthGadget
4 QT += svg
6 include(../../plugin.pri)
7 include(../../plugins/coreplugin/coreplugin.pri)
8 include(systemhealth_dependencies.pri)
10 HEADERS += \
11 systemhealthplugin.h \
12 systemhealthgadget.h \
13 systemhealthgadgetwidget.h \
14 systemhealthgadgetfactory.h \
15 systemhealthgadgetconfiguration.h \
16 systemhealthgadgetoptionspage.h
18 SOURCES += \
19 systemhealthplugin.cpp \
20 systemhealthgadget.cpp \
21 systemhealthgadgetfactory.cpp \
22 systemhealthgadgetwidget.cpp \
23 systemhealthgadgetconfiguration.cpp \
24 systemhealthgadgetoptionspage.cpp
26 OTHER_FILES += SystemHealthGadget.pluginspec
28 FORMS += systemhealthgadgetoptionspage.ui
30 RESOURCES += \
31 systemhealth.qrc