From 617059a549a85e93cc9ef3130138c84d66871842 Mon Sep 17 00:00:00 2001 From: Shane Kearns Date: Fri, 9 Apr 2010 16:21:23 +0100 Subject: Fix build error in QtGui armv5 udeb Typo in the .pro file was causing the linker flags to never be set. Reviewed-by: Trust Me --- src/gui/gui.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/gui.pro b/src/gui/gui.pro index b22f732..300a03f 100644 --- a/src/gui/gui.pro +++ b/src/gui/gui.pro @@ -55,7 +55,7 @@ DEFINES += Q_INTERNAL_QAPP_SRC symbian { TARGET.UID3=0x2001B2DD - symbian-abld:symbian-sbsv2 { + symbian-abld|symbian-sbsv2 { # ro-section in gui can exceed default allocated space, so move rw-section a little further QMAKE_LFLAGS.ARMCC += --rw-base 0x800000 QMAKE_LFLAGS.GCCE += -Tdata 0xC00000 -- cgit v0.12