mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-28 13:52:10 +01:00
17 lines
495 B
Prolog
17 lines
495 B
Prolog
|
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
|