Changeset 58305 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Apr 27, 2010, 6:55:08 AM (15 years ago)
Author:
[email protected]
Message:

[Qt] Make sure WebKit is not compiled using C++0x.
https://bugs.webkit.org/show_bug.cgi?id=37867

Reviewed by Kenneth Rohde Christiansen.

As the rest of Qt compiles in the C++0x mode, people might start
compiling it in this mode. WebKit don't support this yet.

Patch by Thiago Macieira <[email protected]>

JavaScriptCore:

WebCore:

  • WebCore.pro:
Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r58287 r58305  
     12010-04-21  Jocelyn Turcotte  <[email protected]>
     2
     3        Reviewed by Kenneth Rohde Christiansen.
     4
     5        [Qt] Make sure WebKit is not compiled using C++0x.
     6        https://bugs.webkit.org/show_bug.cgi?id=37867
     7
     8        As the rest of Qt compiles in the C++0x mode, people might start
     9        compiling it in this mode. WebKit don't support this yet.
     10
     11        Patch by Thiago Macieira <[email protected]>
     12
     13        * JavaScriptCore.pro:
     14
    1152010-04-26  Oliver Hunt  <[email protected]>
    216
  • trunk/JavaScriptCore/JavaScriptCore.pro

    r58286 r58305  
    233233    SOURCES += wtf/TCSystemAlloc.cpp
    234234}
     235
     236# Disable C++0x mode in JSC for those who enabled it in their Qt's mkspec
     237*-g++*:QMAKE_CXXFLAGS -= -std=c++0x -std=gnu++0x
Note: See TracChangeset for help on using the changeset viewer.