Commit 62d22100 authored by Bryant Mairs's avatar Bryant Mairs

Renamed configuration.h to QGCConfig.h to avoid issues with opmapcontrol's configuration.h

parent 3a01d185
...@@ -406,7 +406,7 @@ HEADERS += \ ...@@ -406,7 +406,7 @@ HEADERS += \
src/ui/linechart/LinechartPlot.h \ src/ui/linechart/LinechartPlot.h \
src/ui/linechart/Scrollbar.h \ src/ui/linechart/Scrollbar.h \
src/ui/linechart/ScrollZoomer.h \ src/ui/linechart/ScrollZoomer.h \
src/configuration.h \ src/QGCConfig.h \
src/ui/uas/UASView.h \ src/ui/uas/UASView.h \
src/ui/CameraView.h \ src/ui/CameraView.h \
src/comm/MAVLinkSimulationLink.h \ src/comm/MAVLinkSimulationLink.h \
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
#include <QColor> #include <QColor>
#include <QThread> #include <QThread>
#include "configuration.h" #include "QGCConfig.h"
/* Windows fixes */ /* Windows fixes */
......
...@@ -44,7 +44,7 @@ This file is part of the QGROUNDCONTROL project ...@@ -44,7 +44,7 @@ This file is part of the QGROUNDCONTROL project
#include "LinkManager.h" #include "LinkManager.h"
#include "MG.h" #include "MG.h"
#include "QGCMAVLink.h" #include "QGCMAVLink.h"
#include "configuration.h" #include "QGCConfig.h"
#include "OpalRT.h" #include "OpalRT.h"
#include "ParameterList.h" #include "ParameterList.h"
#include "Parameter.h" #include "Parameter.h"
......
...@@ -39,7 +39,7 @@ This file is part of the QGROUNDCONTROL project ...@@ -39,7 +39,7 @@ This file is part of the QGROUNDCONTROL project
#include <QTimer> #include <QTimer>
#include <QProcess> #include <QProcess>
#include <LinkInterface.h> #include <LinkInterface.h>
#include <configuration.h> #include "QGCConfig.h"
#include "UASInterface.h" #include "UASInterface.h"
#include "QGCHilLink.h" #include "QGCHilLink.h"
#include <QGCHilFlightGearConfiguration.h> #include <QGCHilFlightGearConfiguration.h>
......
...@@ -39,7 +39,7 @@ This file is part of the QGROUNDCONTROL project ...@@ -39,7 +39,7 @@ This file is part of the QGROUNDCONTROL project
#include <QTimer> #include <QTimer>
#include <QProcess> #include <QProcess>
#include <LinkInterface.h> #include <LinkInterface.h>
#include <configuration.h> #include "QGCConfig.h"
#include "UASInterface.h" #include "UASInterface.h"
#include "QGCHilLink.h" #include "QGCHilLink.h"
......
...@@ -39,7 +39,7 @@ This file is part of the QGROUNDCONTROL project ...@@ -39,7 +39,7 @@ This file is part of the QGROUNDCONTROL project
#include <QTimer> #include <QTimer>
#include <QProcess> #include <QProcess>
#include <LinkInterface.h> #include <LinkInterface.h>
#include <configuration.h> #include "QGCConfig.h"
#include "UASInterface.h" #include "UASInterface.h"
#include "QGCHilLink.h" #include "QGCHilLink.h"
......
...@@ -36,7 +36,7 @@ This file is part of the QGROUNDCONTROL project ...@@ -36,7 +36,7 @@ This file is part of the QGROUNDCONTROL project
#include <QThread> #include <QThread>
#include <QMutex> #include <QMutex>
#include <QString> #include <QString>
#include <configuration.h> #include "QGCConfig.h"
#include "SerialLinkInterface.h" #include "SerialLinkInterface.h"
// We use QSerialPort::SerialPortError in a signal so we must declare it as a meta type // We use QSerialPort::SerialPortError in a signal so we must declare it as a meta type
...@@ -67,7 +67,7 @@ public: ...@@ -67,7 +67,7 @@ public:
int stopBits=1); int stopBits=1);
~SerialLink(); ~SerialLink();
static const int poll_interval = SERIAL_POLL_INTERVAL; ///< Polling interval, defined in configuration.h static const int poll_interval = SERIAL_POLL_INTERVAL; ///< Polling interval, defined in QGCConfig.h
/** @brief Get a list of the currently available ports */ /** @brief Get a list of the currently available ports */
QList<QString> getCurrentPorts(); QList<QString> getCurrentPorts();
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
#include <QMutex> #include <QMutex>
#include <QHostAddress> #include <QHostAddress>
#include <LinkInterface.h> #include <LinkInterface.h>
#include <configuration.h> #include "QGCConfig.h"
// Even though QAbstractSocket::SocketError is used in a signal by Qt, Qt doesn't declare it as a meta type. // Even though QAbstractSocket::SocketError is used in a signal by Qt, Qt doesn't declare it as a meta type.
// This in turn causes debug output to be kicked out about not being able to queue the signal. We declare it // This in turn causes debug output to be kicked out about not being able to queue the signal. We declare it
......
...@@ -37,7 +37,7 @@ This file is part of the QGROUNDCONTROL project ...@@ -37,7 +37,7 @@ This file is part of the QGROUNDCONTROL project
#include <QMutex> #include <QMutex>
#include <QUdpSocket> #include <QUdpSocket>
#include <LinkInterface.h> #include <LinkInterface.h>
#include <configuration.h> #include "QGCConfig.h"
class UDPLink : public LinkInterface class UDPLink : public LinkInterface
{ {
......
...@@ -37,7 +37,7 @@ This file is part of the APM_PLANNER project ...@@ -37,7 +37,7 @@ This file is part of the APM_PLANNER project
#include "terminalconsole.h" #include "terminalconsole.h"
#include "ui_terminalconsole.h" #include "ui_terminalconsole.h"
#include "console.h" #include "console.h"
#include "configuration.h" #include "QGCConfig.h"
#include <QDebug> #include <QDebug>
#include <QSettings> #include <QSettings>
......
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