diff options
author | Kent Hansen <kent.hansen@nokia.com> | 2010-04-08 08:35:25 (GMT) |
---|---|---|
committer | Kent Hansen <kent.hansen@nokia.com> | 2010-04-08 08:35:25 (GMT) |
commit | 622e9dba125683106f2c5e2578bb72d134fab2a8 (patch) | |
tree | 521e91e5737cb9ed31fce7d0ce30393f604b9101 /src | |
parent | b798d607eec601a15c008e1ff3cb4977f9ebdf99 (diff) | |
download | Qt-622e9dba125683106f2c5e2578bb72d134fab2a8.zip Qt-622e9dba125683106f2c5e2578bb72d134fab2a8.tar.gz Qt-622e9dba125683106f2c5e2578bb72d134fab2a8.tar.bz2 |
revert "Fix the Qt build on Mac OS X/Cocoa 64-bit"
It actually broke the build on Mac; another cherry-pick
missing maybe. Reverted for now.
Diffstat (limited to 'src')
-rw-r--r-- | src/3rdparty/javascriptcore/JavaScriptCore/JavaScriptCore.pri | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/3rdparty/javascriptcore/JavaScriptCore/JavaScriptCore.pri b/src/3rdparty/javascriptcore/JavaScriptCore/JavaScriptCore.pri index 6c35ab9..75737ae 100644 --- a/src/3rdparty/javascriptcore/JavaScriptCore/JavaScriptCore.pri +++ b/src/3rdparty/javascriptcore/JavaScriptCore/JavaScriptCore.pri @@ -98,7 +98,6 @@ SOURCES += \ interpreter/CallFrame.cpp \ interpreter/Interpreter.cpp \ interpreter/RegisterFile.cpp \ - jit/ExecutableAllocatorFixedVMPool.cpp \ jit/ExecutableAllocatorPosix.cpp \ jit/ExecutableAllocatorSymbian.cpp \ jit/ExecutableAllocatorWin.cpp \ |