Commit dbb29707 authored by pixhawk's avatar pixhawk

Fixed compile errors

parent 4100f523
...@@ -75,6 +75,7 @@ DEPENDPATH += . \ ...@@ -75,6 +75,7 @@ DEPENDPATH += . \
plugins plugins
INCLUDEPATH += . \ INCLUDEPATH += . \
lib/QMapControl \ lib/QMapControl \
$$BASEDIR/../mavlink/include \
$$BASEDIR/../mavlink/include/common $$BASEDIR/../mavlink/include/common
# ../mavlink/include \ # ../mavlink/include \
...@@ -201,7 +202,7 @@ HEADERS += src/MG.h \ ...@@ -201,7 +202,7 @@ HEADERS += src/MG.h \
src/ui/map3D/WebImage.h \ src/ui/map3D/WebImage.h \
src/ui/map3D/WebImageCache.h \ src/ui/map3D/WebImageCache.h \
src/ui/map3D/Imagery.h \ src/ui/map3D/Imagery.h \
src/comm/QGCMAVlink.h src/comm/QGCMAVLink.h
SOURCES += src/main.cc \ SOURCES += src/main.cc \
src/Core.cc \ src/Core.cc \
src/uas/UASManager.cc \ src/uas/UASManager.cc \
......
...@@ -39,8 +39,7 @@ This file is part of the QGROUNDCONTROL project ...@@ -39,8 +39,7 @@ This file is part of the QGROUNDCONTROL project
#include <QByteArray> #include <QByteArray>
#include "ProtocolInterface.h" #include "ProtocolInterface.h"
#include "LinkInterface.h" #include "LinkInterface.h"
#include "protocol.h" #include "QGCMAVLink.h"
#include "QGCMAVlink.h"
/** /**
* @brief MAVLink micro air vehicle protocol reference implementation. * @brief MAVLink micro air vehicle protocol reference implementation.
......
...@@ -31,6 +31,7 @@ This file is part of the QGROUNDCONTROL project ...@@ -31,6 +31,7 @@ This file is part of the QGROUNDCONTROL project
#define QGCMAVLINK_H #define QGCMAVLINK_H
#include <mavlink_types.h> #include <mavlink_types.h>
#include <mavlink.h>
#ifdef QGC_USE_PIXHAWK_MESSAGES #ifdef QGC_USE_PIXHAWK_MESSAGES
#include <pixhawk.h> #include <pixhawk.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