mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-01 17:52:12 +01:00
18 lines
426 B
Prolog
18 lines
426 B
Prolog
TEMPLATE = lib
|
|
TARGET = UAVObjectUtil
|
|
DEFINES += UAVOBJECTUTIL_LIBRARY
|
|
include(../../openpilotgcsplugin.pri)
|
|
include(uavobjectutil_dependencies.pri)
|
|
|
|
HEADERS += uavobjectutil_global.h \
|
|
uavobjectutilmanager.h \
|
|
uavobjectutilplugin.h \
|
|
devicedescriptorstruct.h \
|
|
uavobjecthelper.h
|
|
|
|
SOURCES += uavobjectutilmanager.cpp \
|
|
uavobjectutilplugin.cpp \
|
|
uavobjecthelper.cpp
|
|
|
|
OTHER_FILES += UAVObjectUtil.pluginspec
|