From 2b83ce66459ad311f6daaf423f23cf4393ed3154 Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Thu, 30 Jul 2015 15:34:07 +0200 Subject: [PATCH] Enable build of new Airframe loader class --- QGCApplication.pro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/QGCApplication.pro b/QGCApplication.pro index f1d3507def..5bbb95756f 100644 --- a/QGCApplication.pro +++ b/QGCApplication.pro @@ -339,6 +339,7 @@ HEADERS += \ src/ViewWidgets/ParameterEditorWidget.h \ src/ViewWidgets/ViewWidgetController.h \ src/Waypoint.h \ + src/AutoPilotPlugins/PX4/PX4AirframeLoader.h !iOSBuild { HEADERS += \ @@ -470,6 +471,7 @@ SOURCES += \ src/ViewWidgets/ParameterEditorWidget.cc \ src/ViewWidgets/ViewWidgetController.cc \ src/Waypoint.cc \ + src/AutoPilotPlugins/PX4/PX4AirframeLoader.cc !iOSBuild { SOURCES += \ -- GitLab