diff options
author | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2009-04-27 10:29:21 (GMT) |
---|---|---|
committer | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2009-04-27 10:29:21 (GMT) |
commit | 14e75e741c78313b9d13fd9597a3eed6df834365 (patch) | |
tree | 4cee7daa530001ad8bc0fd9bc3c4f276b0fbdd63 /mkspecs/common/symbian | |
parent | b90b162999ddccde41b44fa9f97cc63e1b59b8c4 (diff) | |
download | Qt-14e75e741c78313b9d13fd9597a3eed6df834365.zip Qt-14e75e741c78313b9d13fd9597a3eed6df834365.tar.gz Qt-14e75e741c78313b9d13fd9597a3eed6df834365.tar.bz2 |
Make all Symbian binaries pageable by default.
Diffstat (limited to 'mkspecs/common/symbian')
-rw-r--r-- | mkspecs/common/symbian/symbian.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/common/symbian/symbian.conf b/mkspecs/common/symbian/symbian.conf index f39a5d6..81b439a 100644 --- a/mkspecs/common/symbian/symbian.conf +++ b/mkspecs/common/symbian/symbian.conf @@ -107,7 +107,7 @@ QMAKE_STRIPFLAGS_LIB += --strip-unneeded load(qt_config) load(platform_paths) -MMP_RULES += EXPORTUNFROZEN +MMP_RULES += EXPORTUNFROZEN PAGED SYMBIAN_PLATFORMS = WINSCW GCCE ARMV5 # Legacy support requires some hardcoded stdapis paths. |