mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-20 05:52:11 +01:00
7195862d77
This will allow us to build a parent project for qt-creator that sits above both openpilotgcs and uavobjgenerator so that we can build both projects at the same time. git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2528 ebee16cc-31ac-478f-84a7-5cbb03baadba
14 lines
348 B
Prolog
14 lines
348 B
Prolog
TEMPLATE = lib
|
|
TARGET = Serial
|
|
include(../../openpilotgcsplugin.pri)
|
|
include(serial_dependencies.pri)
|
|
INCLUDEPATH += ../../libs/qextserialport/src
|
|
HEADERS += serialplugin.h
|
|
#HEADERS += serialplugin.h \
|
|
# serial_global.h
|
|
SOURCES += serialplugin.cpp
|
|
FORMS +=
|
|
RESOURCES +=
|
|
#DEFINES += SERIAL_LIBRARY
|
|
OTHER_FILES += Serial.pluginspec
|