annotate build/opengl.txt @ 282:256ab6cb8e85

Signals look-up andNew syntax for connect. The old one will not work from now on. This will allow for the signals overload. Although changes are done for both D1 and D2 versions, D1 won't work because of compiler bugs. I am tired of waiting for fixes.
author eldar
date Fri, 16 Oct 2009 02:43:59 +0000
parents 63c31e221118
children 80b52f5e97b6
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 )
55
63c31e221118 CMake: Add forgotten files to install.
SokoL_SD
parents: 42
diff changeset
10 set (d_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)