One or two things towards gettings it working on Linux.
At least now it _attempts_ to build the example :)
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
#ifdef WIN32
|
||||
#include "glew/glew.h"
|
||||
#else
|
||||
#include <gl/gl.h> // The GL Header File
|
||||
#include <GL/gl.h> // The GL Header File
|
||||
#endif
|
||||
|
||||
#include <QGLWidget>
|
||||
|
Reference in New Issue
Block a user