view build/opengl.txt @ 33:cf8a415f3f32

gui package is fully wrapped now. lots of fixes in the generator
author eldar
date Sat, 16 May 2009 17:12:06 +0000
parents a9626891eca6
children 17cc45b32686
line wrap: on
line source

set(required Core Gui)
set(classes 
	QGLWidget
	QGLContext
	QGLFormat
	QGLColormap
    )
if(${CMAKE_SYSTEM_NAME} STREQUAL Windows AND D_IS_MARS)
    set(link_example opengl32 glu32)
    install(FILES ${link_example} DESTINATION lib)
endif(${CMAKE_SYSTEM_NAME} STREQUAL Windows AND D_IS_MARS)