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/sql/sql.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/sql/sql.pro')
-rw-r--r-- | src/sql/sql.pro | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/sql/sql.pro b/src/sql/sql.pro index f089dd7..60be748 100644 --- a/src/sql/sql.pro +++ b/src/sql/sql.pro @@ -17,5 +17,11 @@ include(kernel/kernel.pri) include(drivers/drivers.pri) include(models/models.pri) -symbian:TARGET.UID3=0x2001E61D +symbian: { + TARGET.UID3=0x2001E61D + + # Workaroud for problems with paging this dll + MMP_RULES -= PAGED + MMP_RULES *= UNPAGED +} |