SHA256
1
0
forked from pool/qwtplot3d
qwtplot3d/glu_include.patch
2012-05-25 06:03:30 +00:00

15 lines
377 B
Diff

--- include/qwt3d_openglhelper.h 2005-07-19 17:40:28.000000000 +0200
+++ include/qwt3d_openglhelper.h.qt480 2012-03-26 19:42:02.000000000 +0200
@@ -4,8 +4,11 @@
#include "qglobal.h"
#if QT_VERSION < 0x040000
#include <qgl.h>
+#elif QT_VERSION < 0x040800
+#include <QtOpenGL/qgl.h>
#else
#include <QtOpenGL/qgl.h>
+#include <GL/glu.h>
#endif
namespace Qwt3D