diff build/opengl.makefile @ 34:17cc45b32686

QtOpenGL
author eldar
date Sat, 16 May 2009 18:06:25 +0000
parents e78566595089
children
line wrap: on
line diff
--- a/build/opengl.makefile	Sat May 16 17:12:06 2009 +0000
+++ b/build/opengl.makefile	Sat May 16 18:06:25 2009 +0000
@@ -13,7 +13,9 @@
 ## Classes.
 ## TODO: use list that generated by dgen.
 opengl_classes = \
-	QGLWidget \
-	QGLContext \
-	QGLFormat \
-	QGLColormap
+    QGLColormap \
+    QGLContext \
+    QGLFormat \
+    QGLFramebufferObject \
+    QGLPixelBuffer \
+    QGLWidget \