comparison build/opengl.makefile @ 1:e78566595089

initial import
author mandel
date Mon, 11 May 2009 16:01:50 +0000
parents
children 17cc45b32686
comparison
equal deleted inserted replaced
0:36fb74dc547d 1:e78566595089
1 ##QTD_OPENGL += opengl/QGL opengl/gl opengl/glu opengl/glfuncs opengl/gltypes
2
3 ## Qt Lib name.
4 qt_opengl_name = QtOpenGL
5
6 ## Libraries linked to the cpp part (is active only when CPP_SHARED == true).
7 ## TODO: Add linux support.
8 opengl_link_cpp += qtdcore_cpp $(qt_core_lib_name) $(qt_gui_lib_name)
9
10 ## Libraries linked to the d part (is active only when CPP_SHARED == true)..
11 opengl_link_d += qtdcore
12
13 ## Classes.
14 ## TODO: use list that generated by dgen.
15 opengl_classes = \
16 QGLWidget \
17 QGLContext \
18 QGLFormat \
19 QGLColormap