1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

Missing slashes - sorry.

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@794 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
dankers 2010-06-17 10:59:23 +00:00 committed by dankers
parent 3f0ed88562
commit 8bddb604a1

View File

@ -31,7 +31,7 @@ HEADERS += uavobjects_global.h \
actuatorsettings.h \
actuatordesired.h \
actuatorcommand.h \
positionactual.h
positionactual.h \
flightbatterystate.h
SOURCES += uavobject.cpp \
uavmetaobject.cpp \
@ -60,6 +60,6 @@ SOURCES += uavobject.cpp \
actuatorsettings.cpp \
actuatordesired.cpp \
actuatorcommand.cpp \
positionactual.cpp
positionactual.cpp \
flightbatterystate.cpp
OTHER_FILES += UAVObjects.pluginspec