2010-03-10 14:25:12 +01:00
|
|
|
TEMPLATE = lib
|
|
|
|
TARGET = UAVObjects
|
|
|
|
include(../../openpilotgcsplugin.pri)
|
2010-03-10 22:09:04 +01:00
|
|
|
include(uavobjects_dependencies.pri)
|
2010-03-15 23:09:47 +01:00
|
|
|
HEADERS += uavobjects_global.h \
|
|
|
|
uavobject.h \
|
2010-03-10 14:25:12 +01:00
|
|
|
uavmetaobject.h \
|
|
|
|
uavobjectmanager.h \
|
|
|
|
uavdataobject.h \
|
|
|
|
uavobjectfield.h \
|
|
|
|
uavobjectsinit.h \
|
2010-03-29 00:22:19 +02:00
|
|
|
uavobjectsplugin.h \
|
|
|
|
examplesettings.h \
|
2010-04-01 04:00:19 +02:00
|
|
|
uavobjectfieldenum.h \
|
2010-04-02 05:17:51 +02:00
|
|
|
uavobjectfieldstring.h \
|
|
|
|
exampleobject2.h \
|
2010-04-07 05:11:13 +02:00
|
|
|
exampleobject1.h \
|
|
|
|
uavobjectfieldint8.h \
|
|
|
|
uavobjectfieldint16.h \
|
|
|
|
uavobjectfieldint32.h \
|
|
|
|
uavobjectfieldfloat.h \
|
|
|
|
uavobjectfielduint8.h \
|
|
|
|
uavobjectfielduint16.h \
|
|
|
|
uavobjectfielduint32.h \
|
2010-04-10 07:09:56 +02:00
|
|
|
uavobjectfields.h \
|
2010-04-17 09:38:28 +02:00
|
|
|
settingspersistence.h \
|
2010-04-18 00:17:25 +02:00
|
|
|
gpsobject.h \
|
|
|
|
gcstelemetrystats.h \
|
|
|
|
flighttelemetrystats.h
|
2010-03-10 14:25:12 +01:00
|
|
|
SOURCES += uavobject.cpp \
|
|
|
|
uavmetaobject.cpp \
|
|
|
|
uavobjectmanager.cpp \
|
|
|
|
uavdataobject.cpp \
|
|
|
|
uavobjectfield.cpp \
|
|
|
|
uavobjectsinit.cpp \
|
2010-03-29 00:22:19 +02:00
|
|
|
uavobjectsplugin.cpp \
|
|
|
|
examplesettings.cpp \
|
2010-04-01 04:00:19 +02:00
|
|
|
uavobjectfieldenum.cpp \
|
2010-04-02 05:17:51 +02:00
|
|
|
uavobjectfieldstring.cpp \
|
|
|
|
exampleobject2.cpp \
|
2010-04-07 05:11:13 +02:00
|
|
|
exampleobject1.cpp \
|
|
|
|
uavobjectfieldint8.cpp \
|
|
|
|
uavobjectfieldint16.cpp \
|
|
|
|
uavobjectfieldint32.cpp \
|
|
|
|
uavobjectfieldfloat.cpp \
|
|
|
|
uavobjectfielduint8.cpp \
|
|
|
|
uavobjectfielduint16.cpp \
|
2010-04-10 07:09:56 +02:00
|
|
|
uavobjectfielduint32.cpp \
|
2010-04-17 09:38:28 +02:00
|
|
|
settingspersistence.cpp \
|
2010-04-18 00:17:25 +02:00
|
|
|
gpsobject.cpp \
|
|
|
|
gcstelemetrystats.cpp \
|
|
|
|
flighttelemetrystats.cpp
|
2010-03-15 23:09:47 +01:00
|
|
|
DEFINES += UAVOBJECTS_LIBRARY
|
2010-03-10 22:09:04 +01:00
|
|
|
OTHER_FILES += UAVObjects.pluginspec
|