1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-27 12:52:11 +01:00
LibrePilot/ground/src/plugins/tcptelemetryconnection/tcptelemetryconnection.pro
ephy 1641e0c4fc GCS/tcptelemetry: Rename to lowercase directory and file names for project consistency.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@903 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-06-27 10:01:49 +00:00

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