diff options
author | Adrian Constantin <adrian.constantin@nokia.com> | 2010-07-07 13:13:07 (GMT) |
---|---|---|
committer | Adrian Constantin <adrian.constantin@nokia.com> | 2010-07-07 13:13:07 (GMT) |
commit | 6f6ec0ee680c7d4b5cf70116e756cca90668fd90 (patch) | |
tree | aa1807c561e492c2f2cb55e11de152df4dbead49 /mkspecs/linux-g++-maemo | |
parent | 61ed7fb16caff96d2cc57d5f4ab7c10c8535e7a9 (diff) | |
download | Qt-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/linux-g++-maemo')
-rw-r--r-- | mkspecs/linux-g++-maemo/qmake.conf | 3 |
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) |