mkspecs/linux-g++-maemo/qmake.conf
branchRCL_3
changeset 4 3b1da2848fc7
parent 3 41300fa6a67c
child 30 5dc02b23752f
--- a/mkspecs/linux-g++-maemo/qmake.conf	Tue Feb 02 00:43:10 2010 +0200
+++ b/mkspecs/linux-g++-maemo/qmake.conf	Fri Feb 19 23:40:16 2010 +0200
@@ -5,6 +5,7 @@
 MAKEFILE_GENERATOR      = UNIX
 TEMPLATE                = app
 CONFIG                 += qt warn_on release incremental link_prl
+CONFIG                 += nostrip
 QT                     += core gui
 QMAKE_INCREMENTAL_STYLE = sublib
 
@@ -28,5 +29,7 @@
 # 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)