mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-09 20:46:07 +01:00
ad9227d7a4
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@469 ebee16cc-31ac-478f-84a7-5cbb03baadba
49 lines
1.3 KiB
Prolog
49 lines
1.3 KiB
Prolog
TEMPLATE = lib
|
|
TARGET = UAVObjects
|
|
include(../../openpilotgcsplugin.pri)
|
|
include(uavobjects_dependencies.pri)
|
|
HEADERS += uavobjects_global.h \
|
|
uavobject.h \
|
|
uavmetaobject.h \
|
|
uavobjectmanager.h \
|
|
uavdataobject.h \
|
|
uavobjectfield.h \
|
|
uavobjectsinit.h \
|
|
uavobjectsplugin.h \
|
|
examplesettings.h \
|
|
uavobjectfieldenum.h \
|
|
uavobjectfieldstring.h \
|
|
exampleobject2.h \
|
|
exampleobject1.h \
|
|
uavobjectfieldint8.h \
|
|
uavobjectfieldint16.h \
|
|
uavobjectfieldint32.h \
|
|
uavobjectfieldfloat.h \
|
|
uavobjectfielduint8.h \
|
|
uavobjectfielduint16.h \
|
|
uavobjectfielduint32.h \
|
|
uavobjectfields.h \
|
|
settingspersistence.h
|
|
SOURCES += uavobject.cpp \
|
|
uavmetaobject.cpp \
|
|
uavobjectmanager.cpp \
|
|
uavdataobject.cpp \
|
|
uavobjectfield.cpp \
|
|
uavobjectsinit.cpp \
|
|
uavobjectsplugin.cpp \
|
|
examplesettings.cpp \
|
|
uavobjectfieldenum.cpp \
|
|
uavobjectfieldstring.cpp \
|
|
exampleobject2.cpp \
|
|
exampleobject1.cpp \
|
|
uavobjectfieldint8.cpp \
|
|
uavobjectfieldint16.cpp \
|
|
uavobjectfieldint32.cpp \
|
|
uavobjectfieldfloat.cpp \
|
|
uavobjectfielduint8.cpp \
|
|
uavobjectfielduint16.cpp \
|
|
uavobjectfielduint32.cpp \
|
|
settingspersistence.cpp
|
|
DEFINES += UAVOBJECTS_LIBRARY
|
|
OTHER_FILES += UAVObjects.pluginspec
|