diff options
author | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2009-05-29 07:46:23 (GMT) |
---|---|---|
committer | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2009-05-29 07:46:23 (GMT) |
commit | 777c504bb7858bf5e7073f7efbe58db33b93673a (patch) | |
tree | 0f1802a36dbd19bc922ad74aa6121a193cdc2711 | |
parent | 269ae27faccb81ba3aacd1723edad13885b991d4 (diff) | |
download | Qt-777c504bb7858bf5e7073f7efbe58db33b93673a.zip Qt-777c504bb7858bf5e7073f7efbe58db33b93673a.tar.gz Qt-777c504bb7858bf5e7073f7efbe58db33b93673a.tar.bz2 |
Removed PAGED keyword from S60 3.1 builds
-rw-r--r-- | mkspecs/common/symbian/symbian.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mkspecs/common/symbian/symbian.conf b/mkspecs/common/symbian/symbian.conf index 968a6bc..5a61a23 100644 --- a/mkspecs/common/symbian/symbian.conf +++ b/mkspecs/common/symbian/symbian.conf @@ -137,5 +137,6 @@ exists($${EPOCROOT}epoc32/release/winscw/udeb/z/system/install/Series60v5.0.sis S60_VERSION = 3.2 } else { S60_VERSION = 3.1 + MMP_RULES -= PAGED } } |