annotate build/opengl.txt @ 414:b2a803c73b89 default tip

Declare tabArray const.
author David Nadlinger <code@klickverbot.at>
date Fri, 06 May 2011 13:39:49 +0200
parents 8b0544bee5f2
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
27
a9626891eca6 CMake: generator will work only for needed packages.
SokoL_SD
parents: 23
diff changeset
1 set(required Core Gui)
4
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
2 set(classes
34
17cc45b32686 QtOpenGL
eldar
parents: 27
diff changeset
3 QGLColormap
17cc45b32686 QtOpenGL
eldar
parents: 27
diff changeset
4 QGLContext
17cc45b32686 QtOpenGL
eldar
parents: 27
diff changeset
5 QGLFormat
17cc45b32686 QtOpenGL
eldar
parents: 27
diff changeset
6 QGLFramebufferObject
17cc45b32686 QtOpenGL
eldar
parents: 27
diff changeset
7 QGLPixelBuffer
17cc45b32686 QtOpenGL
eldar
parents: 27
diff changeset
8 QGLWidget
4
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
9 )
388
8b0544bee5f2 Fixed a build system bug which caused the OpenGL library modules not to be installed.
David Nadlinger <code@klickverbot.at>
parents: 55
diff changeset
10 set (d_qt_files opengl/gl opengl/glfuncs opengl/gltypes opengl/glu)
23
907d517d37c6 CMake: Set Release configuration as default.
SokoL_SD
parents: 7
diff changeset
11 if(${CMAKE_SYSTEM_NAME} STREQUAL Windows AND D_IS_MARS)
907d517d37c6 CMake: Set Release configuration as default.
SokoL_SD
parents: 7
diff changeset
12 set(link_example opengl32 glu32)
42
eb3b5bbffc8f CMake: generator is not running multiple times.
SokoL_SD
parents: 39
diff changeset
13 install(FILES lib/opengl32.lib lib/glu32.lib DESTINATION lib)
39
a5cba313c924 network and webkit are wrapped now
eldar
parents: 34
diff changeset
14 endif(${CMAKE_SYSTEM_NAME} STREQUAL Windows AND D_IS_MARS)