Changeset 26874 in webkit for trunk/JavaScriptCore
- Timestamp:
- Oct 22, 2007, 2:33:10 AM (18 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r26864 r26874 1 2007-10-22 Holger Freyther <[email protected]> 2 3 Reviewed by Simon Hausmann <[email protected]>. 4 5 * Do not build testkjs as an application bundle. This is 6 needed for run-javascriptcore-tests on OSX. 7 * Also, based on r26633, allow to test the WebKit/Qt port on OSX. 8 * Set DYLD_LIBRARY_PATH if it was set in the environment. It must be set 9 as we do not have -rpath on OSX. 10 11 * kjs/testkjs.pro: 12 1 13 2007-10-21 Mark Rowe <[email protected]> 2 14 -
trunk/JavaScriptCore/kjs/testkjs.pro
r25703 r26874 6 6 DEFINES -= KJS_IDENTIFIER_HIDE_GLOBALS 7 7 INCLUDEPATH += $$PWD/.. $$PWD $$PWD/../bindings $$PWD/../bindings/c $$PWD/../wtf 8 CONFIG -= app_bundle 8 9 qt-port:DEFINES += BUILDING_QT__ 9 10 #qt-port:LIBS += -L$$OUTPUT_DIR/lib -lQtWebKit
Note:
See TracChangeset
for help on using the changeset viewer.