summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Dzyubenko <denis.dzyubenko@nokia.com>2009-04-22 08:47:11 (GMT)
committerDenis Dzyubenko <denis.dzyubenko@nokia.com>2009-04-22 08:47:11 (GMT)
commita9d0e4f830687b33c3a93cce2a3b8d77cc3546cc (patch)
treee3945fe1c50e851b4adee5d618673caa706d8bcf
parent9792ddf1e5d3f5e6713765b53ea031fa4e6eff4e (diff)
downloadQt-a9d0e4f830687b33c3a93cce2a3b8d77cc3546cc.zip
Qt-a9d0e4f830687b33c3a93cce2a3b8d77cc3546cc.tar.gz
Qt-a9d0e4f830687b33c3a93cce2a3b8d77cc3546cc.tar.bz2
Compile fix for static builds on Windows for QtOpenGL apps.
Reviewed-by: Thiago
-rw-r--r--src/opengl/qwindowsurface_gl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opengl/qwindowsurface_gl.cpp b/src/opengl/qwindowsurface_gl.cpp
index 837ccf2..b41adf9 100644
--- a/src/opengl/qwindowsurface_gl.cpp
+++ b/src/opengl/qwindowsurface_gl.cpp
@@ -86,7 +86,7 @@ QT_BEGIN_NAMESPACE
// QGLGraphicsSystem
//
#ifdef Q_WS_WIN
-Q_GUI_EXPORT bool qt_win_owndc_required;
+extern Q_GUI_EXPORT bool qt_win_owndc_required;
#endif
QGLGraphicsSystem::QGLGraphicsSystem()
: QGraphicsSystem()