Commit 90105411 authored by Don Gagne's avatar Don Gagne

More header fixes for Mobile build

parent 4f64387b
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
#include "QGCMessageBox.h" #include "QGCMessageBox.h"
#include "MainWindow.h" #include "MainWindow.h"
#include "ParameterLoader.h" #include "ParameterLoader.h"
#include "UAS.h"
AutoPilotPlugin::AutoPilotPlugin(Vehicle* vehicle, QObject* parent) AutoPilotPlugin::AutoPilotPlugin(Vehicle* vehicle, QObject* parent)
: QObject(parent) : QObject(parent)
......
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
#include "FlightModesComponentController.h" #include "FlightModesComponentController.h"
#include "AirframeComponentController.h" #include "AirframeComponentController.h"
#include "QGCMessageBox.h" #include "QGCMessageBox.h"
#include "UAS.h"
/// @file /// @file
/// @brief This is the AutoPilotPlugin implementatin for the MAV_AUTOPILOT_PX4 type. /// @brief This is the AutoPilotPlugin implementatin for the MAV_AUTOPILOT_PX4 type.
......
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
#include "PowerComponentController.h" #include "PowerComponentController.h"
#include "QGCMAVLink.h" #include "QGCMAVLink.h"
#include "QGCMessageBox.h" #include "QGCMessageBox.h"
#include "UAS.h"
#include <QVariant> #include <QVariant>
#include <QQmlProperty> #include <QQmlProperty>
......
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
#include "SensorsComponentController.h" #include "SensorsComponentController.h"
#include "QGCMAVLink.h" #include "QGCMAVLink.h"
#include "QGCMessageBox.h" #include "QGCMessageBox.h"
#include "UAS.h"
#include <QVariant> #include <QVariant>
#include <QQmlProperty> #include <QQmlProperty>
......
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
#include "FactPanelController.h" #include "FactPanelController.h"
#include "MultiVehicleManager.h" #include "MultiVehicleManager.h"
#include "QGCMessageBox.h" #include "QGCMessageBox.h"
#include "UAS.h"
#include <QQmlEngine> #include <QQmlEngine>
......
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
#include "QGCMessageBox.h" #include "QGCMessageBox.h"
#include "UASMessageHandler.h" #include "UASMessageHandler.h"
#include "FirmwarePlugin.h" #include "FirmwarePlugin.h"
#include "UAS.h"
#include <QFile> #include <QFile>
#include <QDebug> #include <QDebug>
......
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
#include <QRegularExpression> #include <QRegularExpression>
#include <QMessageBox> #include <QMessageBox>
#include <QPushButton>
QString QGCFileDialog::getExistingDirectory( QString QGCFileDialog::getExistingDirectory(
QWidget* parent, QWidget* parent,
......
...@@ -57,6 +57,7 @@ This file is part of the QGROUNDCONTROL project ...@@ -57,6 +57,7 @@ This file is part of the QGROUNDCONTROL project
#include "HomePositionManager.h" #include "HomePositionManager.h"
#include "MissionEditor.h" #include "MissionEditor.h"
#include "LogCompressor.h" #include "LogCompressor.h"
#include "UAS.h"
#ifndef __mobile__ #ifndef __mobile__
#include "QGCUASFileViewMulti.h" #include "QGCUASFileViewMulti.h"
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
#include "Linecharts.h" #include "Linecharts.h"
#include "MultiVehicleManager.h" #include "MultiVehicleManager.h"
#include "MainWindow.h" #include "MainWindow.h"
#include "UAS.h"
Linecharts::Linecharts(QWidget *parent) : Linecharts::Linecharts(QWidget *parent) :
QStackedWidget(parent), QStackedWidget(parent),
......
...@@ -38,6 +38,7 @@ This file is part of the QGROUNDCONTROL project ...@@ -38,6 +38,7 @@ This file is part of the QGROUNDCONTROL project
#include "FlightDisplayView.h" #include "FlightDisplayView.h"
#include "QGCApplication.h" #include "QGCApplication.h"
#include "MultiVehicleManager.h" #include "MultiVehicleManager.h"
#include "UAS.h"
MainToolBar::MainToolBar(QWidget* parent) MainToolBar::MainToolBar(QWidget* parent)
: QGCQmlWidgetHolder(parent) : QGCQmlWidgetHolder(parent)
......
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