diff build/opengl.txt @ 34:17cc45b32686

QtOpenGL
author eldar
date Sat, 16 May 2009 18:06:25 +0000
parents a9626891eca6
children a5cba313c924
line wrap: on
line diff
--- a/build/opengl.txt	Sat May 16 17:12:06 2009 +0000
+++ b/build/opengl.txt	Sat May 16 18:06:25 2009 +0000
@@ -1,9 +1,11 @@
 set(required Core Gui)
 set(classes 
-	QGLWidget
-	QGLContext
-	QGLFormat
-	QGLColormap
+    QGLColormap
+    QGLContext
+    QGLFormat
+    QGLFramebufferObject
+    QGLPixelBuffer
+    QGLWidget
     )
 if(${CMAKE_SYSTEM_NAME} STREQUAL Windows AND D_IS_MARS)
     set(link_example opengl32 glu32)