mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-13 20:48:42 +01:00
28 lines
605 B
Prolog
28 lines
605 B
Prolog
TEMPLATE = lib
|
|
TARGET = Telemetry
|
|
DEFINES += TELEMETRY_LIBRARY
|
|
|
|
QT += svg
|
|
|
|
include(telemetry_dependencies.pri)
|
|
include(../../libs/version_info/version_info.pri)
|
|
|
|
HEADERS += telemetry_global.h \
|
|
telemetryplugin.h \
|
|
monitorwidget.h \
|
|
monitorgadgetconfiguration.h \
|
|
monitorgadget.h \
|
|
monitorgadgetfactory.h \
|
|
monitorgadgetoptionspage.h
|
|
|
|
SOURCES += telemetryplugin.cpp \
|
|
monitorwidget.cpp \
|
|
monitorgadgetconfiguration.cpp \
|
|
monitorgadget.cpp \
|
|
monitorgadgetfactory.cpp \
|
|
monitorgadgetoptionspage.cpp
|
|
|
|
OTHER_FILES += Telemetry.pluginspec
|
|
|
|
RESOURCES += telemetry.qrc
|