summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2013-01-27 15:53:13 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-02-26 16:27:39 +0100
commita2ddf3dfe066bb4e58de1d11b1800efcd05fb3a0 (patch)
treeb44676033af626935e55e140376b0720b5d322b2 /sync.profile
parent10aa64d74c0208ed9f42e88e6deb3000e9cad6df (diff)
Add a new static lib and module for OpenGL extensions
The complete set of OpenGL extensions is large meaning that any attempt to incorporate them into a shared library such as QtGui would bloat the size of that library. The typical usage pattern for OpenGL extensions is to use only a very small number of extensions from the total available set. A static library suits this situation very well as an application will only compile in the executable code for the extensions actually used. Thus makign all of the functionality available to those that need it but with zero cost to those that do not. Change-Id: I49fdac7e9d2e0b190b7ea04b776018dd63c3065f Reviewed-by: Samuel Rødal <samuel.rodal@digia.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
index 779a1992ca..30d7f962be 100644
--- a/sync.profile
+++ b/sync.profile
@@ -15,6 +15,7 @@
"GLES2" => "$basedir/src/3rdparty/angle/include/GLES2",
"EGL" => "$basedir/src/3rdparty/angle/include/EGL",
"QtZlib" => "$basedir/src/3rdparty/zlib",
+ "QtOpenGLExtensions" => "$basedir/src/openglextensions",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);