mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-03-05 22:29:15 +01:00
30 lines
511 B
Prolog
30 lines
511 B
Prolog
TEMPLATE = lib
|
|
TARGET = UAVTalk
|
|
|
|
QT += network
|
|
|
|
DEFINES += UAVTALK_LIBRARY
|
|
|
|
#DEFINES += VERBOSE_TELEMETRY
|
|
#DEFINES += VERBOSE_UAVTALK
|
|
|
|
include(../../openpilotgcsplugin.pri)
|
|
include(uavtalk_dependencies.pri)
|
|
|
|
HEADERS += \
|
|
uavtalk.h \
|
|
uavtalkplugin.h \
|
|
telemetrymonitor.h \
|
|
telemetrymanager.h \
|
|
uavtalk_global.h \
|
|
telemetry.h
|
|
|
|
SOURCES += \
|
|
uavtalk.cpp \
|
|
uavtalkplugin.cpp \
|
|
telemetrymonitor.cpp \
|
|
telemetrymanager.cpp \
|
|
telemetry.cpp
|
|
|
|
OTHER_FILES += UAVTalk.pluginspec
|