summaryrefslogtreecommitdiffstats
path: root/configure
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 /configure
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 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 51628d7..a97c5d1 100755
--- a/configure
+++ b/configure
@@ -6687,6 +6687,7 @@ elif [ "$CFG_TIFF" = "yes" ]; then
fi
if [ "$CFG_LIBFREETYPE" = "no" ]; then
QT_CONFIG="$QT_CONFIG no-freetype"
+ QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_FREETYPE"
elif [ "$CFG_LIBFREETYPE" = "system" ]; then
QT_CONFIG="$QT_CONFIG system-freetype"
else