equal
deleted
inserted
replaced
43 #ifdef Q_OS_WINCE |
43 #ifdef Q_OS_WINCE |
44 #define QT_NO_OPENGL |
44 #define QT_NO_OPENGL |
45 #endif |
45 #endif |
46 |
46 |
47 #ifndef QT_NO_OPENGL |
47 #ifndef QT_NO_OPENGL |
48 #include <gl/gl.h> |
48 #include <GL/gl.h> |
49 #ifndef GL_FRAGMENT_PROGRAM_ARB |
49 #ifndef GL_FRAGMENT_PROGRAM_ARB |
50 #define GL_FRAGMENT_PROGRAM_ARB 0x8804 |
50 #define GL_FRAGMENT_PROGRAM_ARB 0x8804 |
51 #define GL_PROGRAM_FORMAT_ASCII_ARB 0x8875 |
51 #define GL_PROGRAM_FORMAT_ASCII_ARB 0x8875 |
52 #endif |
52 #endif |
53 |
53 |