From 006edbd0d948e96713c2f983d2cedfa0c1798f61 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Wed, 30 May 2012 12:24:30 +0200 Subject: The QFontEngineFT files are not built into QtGui anymore. These files are only built into QtPlatformSupport, so the Q_GUI_EXPORT macro is now wrong. Remove it. Additionally, since these files are built into QtPlatformSupport, the windows platform plugin does not need to build them again. To-Do: move the files to src/platformsupport/fontdatabases Change-Id: I9d69b97ca25ee52ab627cfa633f43b277acc5e05 Reviewed-by: Jiang Jiang --- src/gui/text/qfontengine_ft_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/text/qfontengine_ft_p.h') diff --git a/src/gui/text/qfontengine_ft_p.h b/src/gui/text/qfontengine_ft_p.h index 5abcadc2dc..8022e87379 100644 --- a/src/gui/text/qfontengine_ft_p.h +++ b/src/gui/text/qfontengine_ft_p.h @@ -361,7 +361,7 @@ inline QFontEngineFT::Glyph *QFontEngineFT::QGlyphSet::getGlyph(glyph_t index, Q return glyph_data.value(GlyphAndSubPixelPosition(index, subPixelPosition)); } -extern Q_GUI_EXPORT FT_Library qt_getFreetype(); +extern FT_Library qt_getFreetype(); QT_END_NAMESPACE -- cgit v1.2.3