2010-05-05 18:09:37 +02:00
|
|
|
TEMPLATE = lib
|
|
|
|
TARGET = SystemHealthGadget
|
|
|
|
QT += svg
|
|
|
|
include(../../openpilotgcsplugin.pri)
|
|
|
|
include(../../plugins/coreplugin/coreplugin.pri)
|
2010-05-07 18:01:49 +02:00
|
|
|
include(systemhealth_dependencies.pri)
|
2010-05-05 18:09:37 +02:00
|
|
|
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
|