view cpp/qt_opengl/CMakeLists.txt @ 152:4d1c5d1d1bbf

fix some inconsistencies with conversion functions
author eldar
date Mon, 15 Jun 2009 23:16:42 +0000
parents e78566595089
children
line wrap: on
line source

PROJECT(QT_OPENGL_CPP CXX)
# source files

SET(QT_OPENGL_SRCS
QGLWidget_shell.cpp
QGLFormat_shell.cpp
QGLContext_shell.cpp
QGLColormap_shell.cpp
)

ADD_LIBRARY(qt_opengl_cpp STATIC ${QT_OPENGL_SRCS})