summaryrefslogtreecommitdiffstats
path: root/model.cpp
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar@trolltech.com>2010-05-20 13:17:10 +0200
committerSamuel Rødal <sroedal@trolltech.com>2010-05-21 15:21:30 +0200
commit3f05d160484cd00c3d9a31abff93733b718515bb (patch)
tree38315e214c8ee554692c298dc15f2bb4f8013472 /model.cpp
parent539e6a9bc0abc188f04534735df6b5d34cf1532f (diff)
Compile on Mac OS X
Diffstat (limited to 'model.cpp')
-rw-r--r--model.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/model.cpp b/model.cpp
index c9e9c16..fde3b14 100644
--- a/model.cpp
+++ b/model.cpp
@@ -40,7 +40,7 @@ POSSIBILITY OF SUCH DAMAGE."
#include <QVarLengthArray>
#ifndef QT_NO_OPENGL
-#ifndef QT_OPENGL_ES_2
+#if !defined QT_OPENGL_ES_2 && !defined Q_WS_MAC
#include <GL/glew.h>
#endif
#include <QtOpenGL>