diff options
author | Jocelyn Turcotte <jocelyn.turcotte@digia.com> | 2013-03-01 17:30:48 +0000 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-03-01 18:35:05 +0100 |
commit | 97cb54186a2182fb51c5eb6c2329d2935aa250df (patch) | |
tree | 2e1e9003bec5600d7d53acef6895be8763e98560 /Source/JavaScriptCore/API/JSBase.cpp | |
parent | 1d158cfa9232a085051a5f38c041e6e4c9f26913 (diff) | |
download | qtwebkit-97cb54186a2182fb51c5eb6c2329d2935aa250df.tar.gz |
[Qt] Fix the Mac build with the current qtbase/dev branch
https://bugs.webkit.org/show_bug.cgi?id=111190
Reviewed by Allan Sandfeld Jensen.
QMAKE_MACOSX_DEPLOYMENT_TARGET now influences
__MAC_OS_X_VERSION_MIN_REQUIRED through -mmacosx-version-min after
changes in qtbase to support iOS.
Having only WebCore defining it to 10.5 would create a mismatch of
ENABLE_THREADING_LIBDISPATCH with WTF to cause undefined symbols
while linking both together at the end.
Fix it by removing the statement which isn't needed anymore.
qtbase/mkspecs/common/mac-minimum-version.conf already defines
10.6 as the minimum Mac version.
* Target.pri:
Change-Id: Ib6a39093a2e1482c2db3a47ee3829ff94ed887ef
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@144464 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
Diffstat (limited to 'Source/JavaScriptCore/API/JSBase.cpp')
0 files changed, 0 insertions, 0 deletions