mkspecs/linux-g++-maemo/qmake.conf
changeset 33 3e2da88830cd
parent 30 5dc02b23752f
--- a/mkspecs/linux-g++-maemo/qmake.conf	Tue Jul 06 15:10:48 2010 +0300
+++ b/mkspecs/linux-g++-maemo/qmake.conf	Wed Aug 18 10:37:55 2010 +0300
@@ -13,9 +13,6 @@
 include(../common/g++.conf)
 include(../common/linux.conf)
 
-# Work round scratchbox not having standard paths in it's default search path
-QMAKE_LFLAGS    += -Wl,-rpath-link=/lib
-QMAKE_LFLAGS    += -Wl,-rpath-link=/usr/lib
 
 # Override the default lib/include directories for scratchbox:
 QMAKE_INCDIR_X11      = /usr/include/X11
@@ -30,7 +27,4 @@
 # 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)