forked from pool/qwtplot3d
846f3191aa
only needed for SciDAVis which is now in science OBS-URL: https://build.opensuse.org/request/show/122226 OBS-URL: https://build.opensuse.org/package/show/science/qwtplot3d?expand=0&rev=2
15 lines
377 B
Diff
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
|