goat3d

diff goatview/src/opengl.h @ 82:70b7c41a4f17

foo
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 11 May 2014 22:04:54 +0300
parents 7458b8568463
children c1871707c678
line diff
     1.1 --- a/goatview/src/opengl.h	Thu May 08 23:05:29 2014 +0300
     1.2 +++ b/goatview/src/opengl.h	Sun May 11 22:04:54 2014 +0300
     1.3 @@ -2,6 +2,7 @@
     1.4  #define OPENGL_H_
     1.5  
     1.6  #include <GL/glew.h>
     1.7 +#define QT_NO_OPENGL_ES_2
     1.8  
     1.9  #ifdef WIN32
    1.10  #include <windows.h>
    1.11 @@ -25,4 +26,4 @@
    1.12  }
    1.13  #endif
    1.14  
    1.15 -#endif	/* OPENGL_G_ */
    1.16 +#endif	/* OPENGL_H_ */