summaryrefslogtreecommitdiffstats
path: root/src/opengl
diff options
context:
space:
mode:
authorJani Hautakangas <jani.hautakangas@nokia.com>2011-02-25 15:23:31 +0200
committerJani Hautakangas <jani.hautakangas@nokia.com>2011-02-25 15:36:49 +0200
commit91c340aef789bfc06b0403524c09076e05a8d40c (patch)
tree98480ee63a3f9eab993b324d9eff50a4c91f26f7 /src/opengl
parentdb5d15c9698f797f1cd56a3ab3778ecd4fbad9fc (diff)
Fix extern usage in qpixmapdata_gl.cpp
'extern' is insufficient for linking on DLL-based platforms that use ELF binaries. Reviewed-by: TRUSTME
Diffstat (limited to 'src/opengl')
-rw-r--r--src/opengl/qpixmapdata_gl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opengl/qpixmapdata_gl.cpp b/src/opengl/qpixmapdata_gl.cpp
index 4f8d6470f2..cd403f84f6 100644
--- a/src/opengl/qpixmapdata_gl.cpp
+++ b/src/opengl/qpixmapdata_gl.cpp
@@ -59,7 +59,7 @@
QT_BEGIN_NAMESPACE
-extern QGLWidget* qt_gl_share_widget();
+Q_OPENGL_EXPORT extern QGLWidget* qt_gl_share_widget();
/*!
\class QGLFramebufferObjectPool