diff options
author | Samuel Rødal <samuel.rodal@nokia.com> | 2011-01-05 11:14:38 (GMT) |
---|---|---|
committer | Samuel Rødal <samuel.rodal@nokia.com> | 2011-01-05 11:43:21 (GMT) |
commit | 17e6529f7ff18c6f47f1fcc35379addd78d7156e (patch) | |
tree | 986b80b5df8a00c5800b35fd5720d636b4c15e87 /dist | |
parent | 84b5bbc77045cdc267626ff86f309664283abed4 (diff) | |
download | Qt-17e6529f7ff18c6f47f1fcc35379addd78d7156e.zip Qt-17e6529f7ff18c6f47f1fcc35379addd78d7156e.tar.gz Qt-17e6529f7ff18c6f47f1fcc35379addd78d7156e.tar.bz2 |
Added warning if <QGLFunctions> is included when GLEW is present.
GLEW can not be used in combination with <QGLFunctions>.
Reviewed-by: Eskil Abrahamsen Blomfeldt
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-4.8.0 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dist/changes-4.8.0 b/dist/changes-4.8.0 index c55faf6..fa50f24 100644 --- a/dist/changes-4.8.0 +++ b/dist/changes-4.8.0 @@ -51,6 +51,8 @@ QtGui - Removed dependency of OpenGL Utility Library (GLU) - Added QGLFunctions, which provides cross-platform access to the OpenGL/ES 2.0 API. + - Including <QtOpenGL> will not work in combination with GLEW, as + QGLFunctions will undefine GLEW's defines. **************************************************************************** |