mandel@1: ##QTD_OPENGL += opengl/QGL opengl/gl opengl/glu opengl/glfuncs opengl/gltypes mandel@1: mandel@1: ## Qt Lib name. mandel@1: qt_opengl_name = QtOpenGL mandel@1: mandel@1: ## Libraries linked to the cpp part (is active only when CPP_SHARED == true). mandel@1: ## TODO: Add linux support. mandel@1: opengl_link_cpp += qtdcore_cpp $(qt_core_lib_name) $(qt_gui_lib_name) mandel@1: mandel@1: ## Libraries linked to the d part (is active only when CPP_SHARED == true).. mandel@1: opengl_link_d += qtdcore mandel@1: mandel@1: ## Classes. mandel@1: ## TODO: use list that generated by dgen. mandel@1: opengl_classes = \ eldar@34: QGLColormap \ eldar@34: QGLContext \ eldar@34: QGLFormat \ eldar@34: QGLFramebufferObject \ eldar@34: QGLPixelBuffer \ eldar@34: QGLWidget \