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/JavaScriptCore.pro

    r59187 r59264  
    2222    win32|mac:!macx-xcode:CONFIG += debug_and_release
    2323} else {
    24     CONFIG(debug, debug|release) {
     24    !CONFIG(release, debug|release) {
    2525        OBJECTS_DIR = obj/debug
    2626    } else { # Release
Note: See TracChangeset for help on using the changeset viewer.