1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-28 13:52:10 +01:00
LibrePilot/ground/src/plugins/tcptelemetryconnection/tcptelemetryconnection.pro

17 lines
495 B
Prolog
Raw Normal View History

TEMPLATE = lib
TARGET = TCPtelemetry
include(../../openpilotgcsplugin.pri)
include(tcptelemetry_dependencies.pri)
HEADERS += tcptelemetryplugin.h \
tcptelemetry_global.h \
tcptelemetryconfiguration.h \
tcptelemetryoptionspage.h
SOURCES += tcptelemetryplugin.cpp \
tcptelemetryconfiguration.cpp \
tcptelemetryoptionspage.cpp
FORMS += tcptelemetryoptionspage.ui
RESOURCES +=
DEFINES += TCPtelemetry_LIBRARY
OTHER_FILES += TCPtelemetry.pluginspec
QT += network