The QFontEngineFT files are not built into QtGui anymore.
authorThiago Macieira <thiago.macieira@intel.com>
Wed, 30 May 2012 10:24:30 +0000 (12:24 +0200)
committerQt by Nokia <qt-info@nokia.com>
Tue, 5 Jun 2012 04:14:19 +0000 (06:14 +0200)
commit006edbd0d948e96713c2f983d2cedfa0c1798f61
tree34ef6b523922390e2fd3e0359e5172cab3e91721
parent9b07fd0d5cae6846f0eaccf3dc51bc9e78559a05
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 <jiang.jiang@nokia.com>
src/gui/text/qfontengine_ft_p.h
src/gui/text/text.pri
src/plugins/platforms/windows/windows.pro