Changeset 79999 in webkit for trunk/Source/JavaScriptCore/qt
- Timestamp:
- Mar 1, 2011, 7:13:25 AM (14 years ago)
- Location:
- trunk/Source/JavaScriptCore/qt
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/qt/ChangeLog
r79548 r79999 1 2011-03-01 Andras Becsi <[email protected]> 2 3 Reviewed by Csaba Osztrogonác. 4 5 [Qt] Clean up the project files and move common options to WebKit.pri. 6 7 * api/QtScript.pro: Deduplicate options. 8 1 9 2011-02-24 Andras Becsi <[email protected]> 2 10 -
trunk/Source/JavaScriptCore/qt/api/QtScript.pro
r79548 r79999 8 8 9 9 isEmpty(JSC_GENERATED_SOURCES_DIR):JSC_GENERATED_SOURCES_DIR = ../../generated 10 !CONFIG(release, debug|release) {11 OBJECTS_DIR = obj/debug12 } else { # Release13 OBJECTS_DIR = obj/release14 }15 10 16 11 isEmpty(OUTPUT_DIR): OUTPUT_DIR = ../../..
Note:
See TracChangeset
for help on using the changeset viewer.