changes to make development easier in QtCreator

This commit is contained in:
Eduardo Bart
2012-06-12 13:50:43 -03:00
parent 72f569c250
commit 318109158a
9 changed files with 276 additions and 126 deletions

View File

@@ -20,6 +20,8 @@
* THE SOFTWARE.
*/
#ifndef OPENGL_ES
#include "painterogl1.h"
#include "graphics.h"
@@ -279,3 +281,5 @@ void PainterOGL1::updateGlTextureState()
glDisableClientState(GL_TEXTURE_COORD_ARRAY);
}
}
#endif