diff options
author | Jason Barron <jbarron@trolltech.com> | 2009-07-08 15:31:14 (GMT) |
---|---|---|
committer | Jason Barron <jbarron@trolltech.com> | 2009-07-08 15:31:14 (GMT) |
commit | 3dcc1a82f7238ebbfb2d3fec4994c33f2976b8a8 (patch) | |
tree | a40ec8e9c5c8ecd607806d841d69e7cdd20df852 /src/gui/egl | |
parent | da27bdb75340064ac2fd6cdddb40311122b9235f (diff) | |
download | Qt-3dcc1a82f7238ebbfb2d3fec4994c33f2976b8a8.zip Qt-3dcc1a82f7238ebbfb2d3fec4994c33f2976b8a8.tar.gz Qt-3dcc1a82f7238ebbfb2d3fec4994c33f2976b8a8.tar.bz2 |
Change the inclusion method here to use system includes.
This is a workaround for a bug in the Symbian toolchain where user
includes are included relative to the source file instead of to the
header that actually included it. Making them system includes seems
to work around the issue without introducing problems on other
platforms (so far?). These particular files cause problems because they
are included by modules other than QtGui such as QtOpenVG and QtSVG.
Diffstat (limited to 'src/gui/egl')
-rw-r--r-- | src/gui/egl/qegl_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/egl/qegl_p.h b/src/gui/egl/qegl_p.h index ddf7d27..b457552 100644 --- a/src/gui/egl/qegl_p.h +++ b/src/gui/egl/qegl_p.h @@ -56,7 +56,7 @@ #include <QtCore/qsize.h> #include <QtGui/qimage.h> -#include "qeglproperties_p.h" +#include <private/qeglproperties_p.h> QT_BEGIN_INCLUDE_NAMESPACE |