diff options
author | Kent Hansen <kent.hansen@nokia.com> | 2011-01-25 16:06:16 (GMT) |
---|---|---|
committer | Kent Hansen <kent.hansen@nokia.com> | 2011-01-25 16:09:14 (GMT) |
commit | 86a864f906d7dcda1b1ab04d1e25e7020a53be64 (patch) | |
tree | a3c8e61c855507957a4271f4b38914e7651bdc0d /src/script | |
parent | f0667b4b439f87f8bd613add148e94d520e77be1 (diff) | |
download | Qt-86a864f906d7dcda1b1ab04d1e25e7020a53be64.zip Qt-86a864f906d7dcda1b1ab04d1e25e7020a53be64.tar.gz Qt-86a864f906d7dcda1b1ab04d1e25e7020a53be64.tar.bz2 |
QtScript/JSC on Symbian: Enhanced memory allocator for Collector heap
Cherry-picked from http://trac.webkit.org/changeset/56370
The old allocator caused QML to crash in MCL (TB10.1, week 1).
Task-number: QTBUG-14293
Reviewed-by: Simon Hausmann
Diffstat (limited to 'src/script')
-rw-r--r-- | src/script/script.pro | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/script/script.pro b/src/script/script.pro index d1633d8..63917b1 100644 --- a/src/script/script.pro +++ b/src/script/script.pro @@ -81,7 +81,6 @@ include(script.pri) symbian { TARGET.UID3=0x2001B2E1 - LIBS += -lhal } symbian { |