diff options
author | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2009-05-26 10:27:29 (GMT) |
---|---|---|
committer | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2009-05-26 10:27:29 (GMT) |
commit | bd9a63d4aca1d78c76a884ee8ef71ba51260d623 (patch) | |
tree | 1e972f1589fc2a43a76e558f500ff234f8201cae /src/gui | |
parent | a83bc9473e340cce2ff84c614a1d6b42ced9dfa2 (diff) | |
download | Qt-bd9a63d4aca1d78c76a884ee8ef71ba51260d623.zip Qt-bd9a63d4aca1d78c76a884ee8ef71ba51260d623.tar.gz Qt-bd9a63d4aca1d78c76a884ee8ef71ba51260d623.tar.bz2 |
Made more space available for code section in QtGui library in symbian-sbsv2 builds.
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/gui.pro | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gui/gui.pro b/src/gui/gui.pro index d3b7388..30aaa51 100644 --- a/src/gui/gui.pro +++ b/src/gui/gui.pro @@ -42,4 +42,7 @@ QMAKE_DYNAMIC_LIST_FILE = $$PWD/QtGui.dynlist DEFINES += Q_INTERNAL_QAPP_SRC -symbian:TARGET.UID3=0x2001B2DD
\ No newline at end of file +symbian:TARGET.UID3=0x2001B2DD + +# ro-section in gui can exceed default allocated space, so more rw-section little further +symbian-sbsv2: MMP_RULES += "LINKEROPTION armcc --rw-base 0x800000"
\ No newline at end of file |