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:
parent
3f0ed88562
commit
8bddb604a1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user