summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorAdrian Constantin <adrian.constantin@nokia.com>2010-07-07 13:13:07 (GMT)
committerAdrian Constantin <adrian.constantin@nokia.com>2010-07-07 13:13:07 (GMT)
commit6f6ec0ee680c7d4b5cf70116e756cca90668fd90 (patch)
treeaa1807c561e492c2f2cb55e11de152df4dbead49 /mkspecs
parent61ed7fb16caff96d2cc57d5f4ab7c10c8535e7a9 (diff)
downloadQt-6f6ec0ee680c7d4b5cf70116e756cca90668fd90.zip
Qt-6f6ec0ee680c7d4b5cf70116e756cca90668fd90.tar.gz
Qt-6f6ec0ee680c7d4b5cf70116e756cca90668fd90.tar.bz2
Set QT_DEFAULT_TEXTURE_GLYPH_CACHE_WIDTH to default value
Remove workaround introduced in Qt 4.6 as not needed any more Reviewed-by: Adrian Constantin
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/linux-g++-maemo/qmake.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/mkspecs/linux-g++-maemo/qmake.conf b/mkspecs/linux-g++-maemo/qmake.conf
index cced090..a977e7a 100644
--- a/mkspecs/linux-g++-maemo/qmake.conf
+++ b/mkspecs/linux-g++-maemo/qmake.conf
@@ -27,7 +27,4 @@ QMAKE_CXXFLAGS_RELEASE += -g -fno-omit-frame-pointer -fno-optimize-sibling-call
# Work round PowerVR SGX 1.3 driver bug with glScissor & FBOs:
DEFINES += QT_GL_NO_SCISSOR_TEST
-# Work round SGX 1.4 driver bug (text corrupted), modify glyph cache width:
-DEFINES += QT_DEFAULT_TEXTURE_GLYPH_CACHE_WIDTH=1024
-
load(qt_config)