diff options
author | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2009-04-27 10:30:48 (GMT) |
---|---|---|
committer | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2009-04-27 10:30:48 (GMT) |
commit | a61f1978ec17120d3902e5ef7d625abb07d6c402 (patch) | |
tree | a19831991167fc8b25b00be8b2a7350e8f7b2de8 /src/corelib/corelib.pro | |
parent | 14e75e741c78313b9d13fd9597a3eed6df834365 (diff) | |
download | Qt-a61f1978ec17120d3902e5ef7d625abb07d6c402.zip Qt-a61f1978ec17120d3902e5ef7d625abb07d6c402.tar.gz Qt-a61f1978ec17120d3902e5ef7d625abb07d6c402.tar.bz2 |
Workaround for problems with paging Core and Sql libs
Diffstat (limited to 'src/corelib/corelib.pro')
-rw-r--r-- | src/corelib/corelib.pro | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/corelib/corelib.pro b/src/corelib/corelib.pro index 469225e..c55c2da 100644 --- a/src/corelib/corelib.pro +++ b/src/corelib/corelib.pro @@ -27,4 +27,10 @@ QMAKE_DYNAMIC_LIST_FILE = $$PWD/QtCore.dynlist contains(DEFINES,QT_EVAL):include(eval.pri) -symbian:TARGET.UID3=0x2001B2DC
\ No newline at end of file +symbian: { + TARGET.UID3=0x2001B2DC + + # Workaroud for problems with paging this dll + MMP_RULES -= PAGED + MMP_RULES *= UNPAGED +}
\ No newline at end of file |