diff options
author | Shane Kearns <shane.kearns@accenture.com> | 2010-04-09 15:21:23 (GMT) |
---|---|---|
committer | Shane Kearns <shane.kearns@accenture.com> | 2010-04-09 17:33:48 (GMT) |
commit | 617059a549a85e93cc9ef3130138c84d66871842 (patch) | |
tree | 6416229fd98cbf7726a4fd3630bbc3d0a49d0174 /src/gui/gui.pro | |
parent | a7a02268a0236b83710a3785f15b1bf09cd721d3 (diff) | |
download | Qt-617059a549a85e93cc9ef3130138c84d66871842.zip Qt-617059a549a85e93cc9ef3130138c84d66871842.tar.gz Qt-617059a549a85e93cc9ef3130138c84d66871842.tar.bz2 |
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
Diffstat (limited to 'src/gui/gui.pro')
-rw-r--r-- | src/gui/gui.pro | 2 |
1 files changed, 1 insertions, 1 deletions
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 |