Changeset 121336 in webkit for trunk/Source/JavaScriptCore
- Timestamp:
- Jun 27, 2012, 4:30:42 AM (13 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r121334 r121336 1 2012-06-26 Tor Arne Vestbø <[email protected]> 2 3 [Qt] Add missing heades to HEADERS 4 5 For JavaScriptCore there aren't any Qt specific files, so we include all 6 headers for easy editing in Qt Creator. 7 8 Reviewed by Simon Hausmann. 9 10 * Target.pri: 11 1 12 2012-06-26 Dominic Cooney <[email protected]> 2 13 -
trunk/Source/JavaScriptCore/Target.pri
r120897 r121336 249 249 yarr/YarrJIT.cpp \ 250 250 251 HEADERS += $$files(*.h, true) 252 251 253 *sh4* { 252 254 QMAKE_CXXFLAGS += -mieee -w
Note:
See TracChangeset
for help on using the changeset viewer.