1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-08 19:46:06 +01:00
LibrePilot/ground/src/plugins/serialconnection/serialconnection.pro
ephy 30f8da6e82 GCS/serialconnection: Backslash fix for linux in serialconnection.pro
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@487 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-12 06:23:06 +00:00

13 lines
318 B
Prolog

TEMPLATE = lib
TARGET = Serial
include(../../openpilotgcsplugin.pri)
include(serial_dependencies.pri)
INCLUDEPATH += ../../libs/qextserialport/src
HEADERS += serialplugin.h \
serial_global.h
SOURCES += serialplugin.cpp
FORMS +=
RESOURCES +=
DEFINES += SERIAL_LIBRARY
OTHER_FILES += Serial.pluginspec