diff options
author | Andras Becsi <andras.becsi@digia.com> | 2013-04-11 17:37:41 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-04-11 18:28:15 +0200 |
commit | 64ed4a49fd2dd8211a6476687f561f971053c5b9 (patch) | |
tree | d6fc762d114af292c644e1b45fb59aafeb38bd7c /Source/JavaScriptCore/JavaScriptCore.pro | |
parent | 5c73e7cfd82c39ee189841fcf29f33f65425e5ad (diff) | |
download | qtwebkit-64ed4a49fd2dd8211a6476687f561f971053c5b9.tar.gz |
[Qt][Mac] Linking fails with Qt 5.1
https://bugs.webkit.org/show_bug.cgi?id=114435
http://trac.webkit.org/changeset/148204
Reviewed by Tor Arne Vestbø.
Qt 5.1 enables C++11 by default when using clang on Mac
and links against the libc++ standard library. As a result
building the QtWebKit shared library fails when linking
agains the ANGLE intermediate static library because libc++
misses some symbols needed by ANGLE.
Disable C++11 for the ANGLE intermediate library to fix the build.
Change-Id: If5b2ef9242e7c4edc55eec50b64fbb1717217a59
Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
Diffstat (limited to 'Source/JavaScriptCore/JavaScriptCore.pro')
0 files changed, 0 insertions, 0 deletions