mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-11 01:54:14 +01:00
Added HomeLocation to the .pro file, otherwise the GCS does not run, does it?
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1341 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
86766ecc14
commit
9dcae643c1
@ -37,7 +37,8 @@ HEADERS += uavobjects_global.h \
|
|||||||
navigationsettings.h \
|
navigationsettings.h \
|
||||||
navigationdesired.h \
|
navigationdesired.h \
|
||||||
positionactual.h \
|
positionactual.h \
|
||||||
flightbatterystate.h
|
flightbatterystate.h \
|
||||||
|
homelocation.h
|
||||||
SOURCES += uavobject.cpp \
|
SOURCES += uavobject.cpp \
|
||||||
uavmetaobject.cpp \
|
uavmetaobject.cpp \
|
||||||
uavobjectmanager.cpp \
|
uavobjectmanager.cpp \
|
||||||
@ -71,5 +72,6 @@ SOURCES += uavobject.cpp \
|
|||||||
navigationsettings.cpp \
|
navigationsettings.cpp \
|
||||||
navigationdesired.cpp \
|
navigationdesired.cpp \
|
||||||
positionactual.cpp \
|
positionactual.cpp \
|
||||||
flightbatterystate.cpp
|
flightbatterystate.cpp \
|
||||||
|
homelocation.cpp
|
||||||
OTHER_FILES += UAVObjects.pluginspec
|
OTHER_FILES += UAVObjects.pluginspec
|
||||||
|
Loading…
x
Reference in New Issue
Block a user