Changeset 91354 in webkit
- Timestamp:
- Jul 20, 2011, 4:02:56 AM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
Source/WebKit.pri (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r91295 r91354 1 2011-07-20 Pierre Rossi <pierre.rossi@gmail.com> 2 3 [Qt] Qt5 Build Fix: Disable the legacy mac assert macros. 4 5 This is done in order to prevent collision with the recently 6 introduced function QSslCertificate::verify() in Qt5. 7 8 https://bugs.webkit.org/show_bug.cgi?id=64855 9 10 Reviewed by Simon Hausmann. 11 12 * Source/WebKit.pri: 13 1 14 2011-07-19 Robert Sesek <rsesek@chromium.org> 2 15 -
trunk/Source/WebKit.pri
r89832 r91354 22 22 mac:contains(QT_CONFIG, qt_framework):!CONFIG(webkit_no_framework):!build_pass:CONFIG += build_all 23 23 } 24 #We don't want verify and other platform macros to pollute the namespace 25 mac: DEFINES += __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES=0 24 26 25 27 CONFIG(standalone_package): DEFINES *= NDEBUG
Note:
See TracChangeset
for help on using the changeset viewer.