mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-13 20:48:42 +01:00
21 lines
749 B
Prolog
21 lines
749 B
Prolog
|
TEMPLATE = lib
|
||
|
TARGET = SystemHealthGadget
|
||
|
QT += svg
|
||
|
include(../../openpilotgcsplugin.pri)
|
||
|
include(../../plugins/coreplugin/coreplugin.pri)
|
||
|
include(../../libs/qwt/qwt.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
|