1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-09 20:46:07 +01:00
LibrePilot/ground/src/plugins/uavtalk/uavtalk.pro
vassilis 3489b0c2ab Initial release of UAVObjects and UAVTalk GCS plugins (work in progress)
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@277 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-03-10 13:25:12 +00:00

12 lines
302 B
Prolog

TEMPLATE = lib
TARGET = UAVTalk
include(../../openpilotgcsplugin.pri)
include(../../plugins/coreplugin/coreplugin.pri)
HEADERS += uavtalk.h \
uavtalkplugin.h
SOURCES += uavtalk.cpp \
uavtalkplugin.cpp
HEADERS += telemetry.h
SOURCES += telemetry.cpp
OTHER_FILES += uavtalk.pluginspec