Commit 2b83ce66 authored by Lorenz Meier's avatar Lorenz Meier

Enable build of new Airframe loader class

parent 0aea27a8
...@@ -339,6 +339,7 @@ HEADERS += \ ...@@ -339,6 +339,7 @@ HEADERS += \
src/ViewWidgets/ParameterEditorWidget.h \ src/ViewWidgets/ParameterEditorWidget.h \
src/ViewWidgets/ViewWidgetController.h \ src/ViewWidgets/ViewWidgetController.h \
src/Waypoint.h \ src/Waypoint.h \
src/AutoPilotPlugins/PX4/PX4AirframeLoader.h
!iOSBuild { !iOSBuild {
HEADERS += \ HEADERS += \
...@@ -470,6 +471,7 @@ SOURCES += \ ...@@ -470,6 +471,7 @@ SOURCES += \
src/ViewWidgets/ParameterEditorWidget.cc \ src/ViewWidgets/ParameterEditorWidget.cc \
src/ViewWidgets/ViewWidgetController.cc \ src/ViewWidgets/ViewWidgetController.cc \
src/Waypoint.cc \ src/Waypoint.cc \
src/AutoPilotPlugins/PX4/PX4AirframeLoader.cc
!iOSBuild { !iOSBuild {
SOURCES += \ SOURCES += \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment