mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-09 20:46:07 +01:00
13 lines
318 B
Prolog
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
|