changeset 388:8b0544bee5f2

Fixed a build system bug which caused the OpenGL library modules not to be installed.
author David Nadlinger <code@klickverbot.at>
date Fri, 27 Aug 2010 14:26:55 +0200
parents b13910fdd739
children d37abad3def9
files build/opengl.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/build/opengl.txt	Fri Jul 23 11:12:10 2010 +0300
+++ b/build/opengl.txt	Fri Aug 27 14:26:55 2010 +0200
@@ -7,7 +7,7 @@
     QGLPixelBuffer
     QGLWidget
     )
-set (d_files opengl/gl  opengl/glfuncs  opengl/gltypes  opengl/glu)
+set (d_qt_files opengl/gl  opengl/glfuncs  opengl/gltypes  opengl/glu)
 if(${CMAKE_SYSTEM_NAME} STREQUAL Windows AND D_IS_MARS)
     set(link_example opengl32 glu32)
     install(FILES lib/opengl32.lib lib/glu32.lib DESTINATION lib)