mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-27 12:52:11 +01:00
1641e0c4fc
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@903 ebee16cc-31ac-478f-84a7-5cbb03baadba
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
|