Qt: Fix build with libepoxy and old versions of Qt5
Jeffrey Pfau jeffrey@endrift.com
Sat, 16 Jan 2016 10:59:59 -0800
1 files changed,
3 insertions(+),
0 deletions(-)
jump to
M
src/platform/qt/DisplayGL.h
→
src/platform/qt/DisplayGL.h
@@ -10,6 +10,9 @@ #include "Display.h"
#ifdef USE_EPOXY #include <epoxy/gl.h> +#ifndef GLdouble +#define GLdouble GLdouble +#endif #endif #include <QGLWidget>