Commit a1011b6b authored by Don Gagne's avatar Don Gagne

More header moves for no widgets in Mobile build

parent 06934e6a
...@@ -33,11 +33,11 @@ This file is part of the QGROUNDCONTROL project ...@@ -33,11 +33,11 @@ This file is part of the QGROUNDCONTROL project
#include <QTimer> #include <QTimer>
#include <QHostInfo> #include <QHostInfo>
#include <QSplashScreen> #include <QSplashScreen>
#include <QQuickView> #include <QQuickView>
#include <QDesktopWidget> #include <QDesktopWidget>
#include <QScreen> #include <QScreen>
#include <QDesktopServices> #include <QDesktopServices>
#include <QDockWidget>
#include "QGC.h" #include "QGC.h"
#include "MAVLinkProtocol.h" #include "MAVLinkProtocol.h"
...@@ -46,26 +46,27 @@ This file is part of the QGROUNDCONTROL project ...@@ -46,26 +46,27 @@ This file is part of the QGROUNDCONTROL project
#include "QGCMAVLinkLogPlayer.h" #include "QGCMAVLinkLogPlayer.h"
#include "SettingsDialog.h" #include "SettingsDialog.h"
#include "MAVLinkDecoder.h" #include "MAVLinkDecoder.h"
#include "UASQuickView.h"
#include "QGCDataPlot2D.h" #include "QGCDataPlot2D.h"
#include "Linecharts.h" #include "Linecharts.h"
#include "QGCTabbedInfoView.h"
#include "UASRawStatusView.h"
#include "FlightDisplayView.h" #include "FlightDisplayView.h"
#include "FlightDisplayWidget.h"
#include "SetupView.h" #include "SetupView.h"
#include "QGCUASFileViewMulti.h"
#include "QGCApplication.h" #include "QGCApplication.h"
#include "QGCFileDialog.h" #include "QGCFileDialog.h"
#include "QGCMessageBox.h" #include "QGCMessageBox.h"
#include "QGCDockWidget.h"
#include "MultiVehicleManager.h" #include "MultiVehicleManager.h"
#include "CustomCommandWidget.h"
#include "HomePositionManager.h" #include "HomePositionManager.h"
#include "MissionEditor.h" #include "MissionEditor.h"
#include "LogCompressor.h" #include "LogCompressor.h"
#ifndef __mobile__ #ifndef __mobile__
#include "QGCUASFileViewMulti.h"
#include "UASQuickView.h"
#include "QGCTabbedInfoView.h"
#include "UASRawStatusView.h"
#include "CustomCommandWidget.h"
#include "QGCDockWidget.h"
#include "FlightDisplayWidget.h"
#include "UASInfoWidget.h"
#include "HILDockWidget.h" #include "HILDockWidget.h"
#endif #endif
......
...@@ -41,7 +41,6 @@ This file is part of the QGROUNDCONTROL project ...@@ -41,7 +41,6 @@ This file is part of the QGROUNDCONTROL project
#include "LinkManager.h" #include "LinkManager.h"
#include "LinkInterface.h" #include "LinkInterface.h"
#include "UASInterface.h" #include "UASInterface.h"
#include "UASInfoWidget.h"
#include "CameraView.h" #include "CameraView.h"
#if (defined QGC_MOUSE_ENABLED_WIN) | (defined QGC_MOUSE_ENABLED_LINUX) #if (defined QGC_MOUSE_ENABLED_WIN) | (defined QGC_MOUSE_ENABLED_LINUX)
#include "Mouse6dofInput.h" #include "Mouse6dofInput.h"
......
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