summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl/qopengl.h
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2013-03-01 16:32:04 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-02 12:58:18 +0100
commit8c4d02ef875518be21f63bd115a0bec813da5a91 (patch)
treec00bf5811c64e054657d0c321ceb0c3048e32f9e /src/gui/opengl/qopengl.h
parent7e5d1c1c2fc764d4cacc3e367542e1f42e6b772e (diff)
OpenGL: Add support for the Compute shader stage
Change-Id: Ibb1b79358758c2adf818af8c6fcd5c379efad8c3 Reviewed-by: Samuel Rødal <samuel.rodal@digia.com>
Diffstat (limited to 'src/gui/opengl/qopengl.h')
-rw-r--r--src/gui/opengl/qopengl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/opengl/qopengl.h b/src/gui/opengl/qopengl.h
index df63eac1f7..e4e06ba284 100644
--- a/src/gui/opengl/qopengl.h
+++ b/src/gui/opengl/qopengl.h
@@ -108,6 +108,7 @@ typedef GLfloat GLdouble;
# endif
#if !defined(Q_OS_MAC)
# define QT_OPENGL_4
+# define QT_OPENGL_4_3
#endif
#endif