mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-07 18:46:06 +01:00
15 lines
360 B
Prolog
15 lines
360 B
Prolog
|
TEMPLATE = lib
|
||
|
TARGET = UAVObjectUtil
|
||
|
DEFINES += UAVOBJECTUTIL_LIBRARY
|
||
|
include(../../openpilotgcsplugin.pri)
|
||
|
include(uavobjectutil_dependencies.pri)
|
||
|
|
||
|
HEADERS += uavobjectutil_global.h \
|
||
|
uavobjectutilmanager.h \
|
||
|
uavobjectutilplugin.h
|
||
|
|
||
|
SOURCES += uavobjectutilmanager.cpp \
|
||
|
uavobjectutilplugin.cpp
|
||
|
|
||
|
OTHER_FILES += UAVObjectUtil.pluginspec
|