diff options
author | Iain <qt-info@nokia.com> | 2009-12-02 22:30:26 (GMT) |
---|---|---|
committer | Iain <qt-info@nokia.com> | 2009-12-03 09:10:09 (GMT) |
commit | 7b082ee8f08e08784343510bc9a6c14fcc84876e (patch) | |
tree | 5248a19f282047c660618c0c7d7731972a728549 /src/gui | |
parent | 689ae0161a1d6a8ae7d815cd6c5b51afbf420550 (diff) | |
download | Qt-7b082ee8f08e08784343510bc9a6c14fcc84876e.zip Qt-7b082ee8f08e08784343510bc9a6c14fcc84876e.tar.gz Qt-7b082ee8f08e08784343510bc9a6c14fcc84876e.tar.bz2 |
Update include path for Symbian^3
In Symbian^3, public and platform headers have been split. Since we're
using a platform header, we need to include the new header file on
Symbian versions where the new header structure is in use
Reviewed-by: TrustMe
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/text/qfontdatabase_s60.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/text/qfontdatabase_s60.cpp b/src/gui/text/qfontdatabase_s60.cpp index 808dca6..bf8af92 100644 --- a/src/gui/text/qfontdatabase_s60.cpp +++ b/src/gui/text/qfontdatabase_s60.cpp @@ -51,6 +51,9 @@ #include <private/qcore_symbian_p.h> #if defined(QT_NO_FREETYPE) #include <OPENFONT.H> +#ifdef SYMBIAN_ENABLE_SPLIT_HEADERS +#include <graphics/openfontrasterizer.h> // COpenFontRasterizer has moved to a new header file +#endif // SYMBIAN_ENABLE_SPLIT_HEADERS #endif QT_BEGIN_NAMESPACE |