mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-19 09:54:15 +01:00
Merge branch 'next' into stac/refactor-usart-com
This commit is contained in:
commit
f5156d0f83
@ -30,6 +30,11 @@
|
||||
// Buffer offset used by VBO
|
||||
#define BUFFER_OFFSET(i) ((char*)NULL + (i))
|
||||
|
||||
#if defined(Q_OS_MAC)
|
||||
#include "gl.h"
|
||||
#include "glu.h"
|
||||
#endif
|
||||
|
||||
#if !defined(Q_OS_MAC)
|
||||
// ARB_vertex_buffer_object
|
||||
extern PFNGLBINDBUFFERARBPROC glBindBuffer;
|
||||
|
@ -25,6 +25,11 @@
|
||||
|
||||
#include "glc_camera.h"
|
||||
|
||||
#if defined(Q_OS_MAC)
|
||||
#include "gl.h"
|
||||
#include "glu.h"
|
||||
#endif
|
||||
|
||||
#include <QtDebug>
|
||||
|
||||
using namespace glc;
|
||||
|
@ -64,11 +64,13 @@ plugin_uavobjectbrowser.depends = plugin_coreplugin
|
||||
plugin_uavobjectbrowser.depends += plugin_uavobjects
|
||||
SUBDIRS += plugin_uavobjectbrowser
|
||||
|
||||
!contains(QT_VERSION, ^4\\.8\\..*) {
|
||||
# ModelView UAVGadget
|
||||
plugin_modelview.subdir = modelview
|
||||
plugin_modelview.depends = plugin_coreplugin
|
||||
plugin_modelview.depends += plugin_uavobjects
|
||||
SUBDIRS += plugin_modelview
|
||||
}
|
||||
|
||||
#Uploader gadget
|
||||
plugin_uploader.subdir = uploader
|
||||
|
Loading…
x
Reference in New Issue
Block a user