Changeset 59264 in webkit for trunk/JavaScriptCore/qt


Ignore:
Timestamp:
May 12, 2010, 1:56:51 PM (15 years ago)
Author:
Csaba Osztrogonác
Message:

[Qt] Detect debug mode consistently
https://bugs.webkit.org/show_bug.cgi?id=38863

Patch by Laszlo Gombos <Laszlo Gombos> on 2010-05-12
Reviewed by Kenneth Rohde Christiansen.

.:

  • WebKit.pri:

JavaScriptCore:

WebCore:

No new tests as there is no new functionality.

  • WebCore.pro:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/qt/api/QtScript.pro

    r56623 r59264  
    88
    99isEmpty(JSC_GENERATED_SOURCES_DIR):JSC_GENERATED_SOURCES_DIR = ../../generated
    10 CONFIG(debug, debug|release) {
     10!CONFIG(release, debug|release) {
    1111    OBJECTS_DIR = obj/debug
    1212} else { # Release
Note: See TracChangeset for help on using the changeset viewer.