source: trunk/config.tests/x11/opengl/opengl.cpp@ 5

Last change on this file since 5 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 185 bytes
Line 
1#include <GL/gl.h>
2#include <GL/glu.h>
3
4#ifndef GLU_VERSION_1_2
5# error "Required GLU version 1.2 not found."
6#endif
7
8int main(int, char **)
9{
10 GLuint x;
11 x = 0;
12 return 0;
13}
Note: See TracBrowser for help on using the repository browser.