summaryrefslogtreecommitdiffstats
path: root/src/gui/text
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2010-07-15 09:05:37 (GMT)
committeraxis <qt-info@nokia.com>2010-07-21 09:40:04 (GMT)
commit74868367dce9038dfbac574196e6b2d75ab977e7 (patch)
treee8fe8e3b3e8645fffb0cf72db76387bc2deb269c /src/gui/text
parent7a19192fb418e40732ad72e0d4aaf83527958ded (diff)
downloadQt-74868367dce9038dfbac574196e6b2d75ab977e7.zip
Qt-74868367dce9038dfbac574196e6b2d75ab977e7.tar.gz
Qt-74868367dce9038dfbac574196e6b2d75ab977e7.tar.bz2
Fixed QT_NO_FREETYPE define.
This define is also used by the OpenVG module, and therefore needs to be defined everywhere. RevBy: Jason Barron
Diffstat (limited to 'src/gui/text')
-rw-r--r--src/gui/text/text.pri2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/text/text.pri b/src/gui/text/text.pri
index 34311a9..af8daa5 100644
--- a/src/gui/text/text.pri
+++ b/src/gui/text/text.pri
@@ -197,8 +197,6 @@ contains(QT_CONFIG, freetype) {
# pull in the proper freetype2 include directory
include($$QT_SOURCE_TREE/config.tests/unix/freetype/freetype.pri)
LIBS_PRIVATE += -lfreetype
-} else {
- DEFINES *= QT_NO_FREETYPE
}
contains(QT_CONFIG, fontconfig) {