Ignore:
Timestamp:
Apr 12, 2010, 3:59:41 AM (15 years ago)
Author:
[email protected]
Message:

[Qt] Build fix for Mac when building with build-webkit --qt

Reviewed by nobody, build fix.

Specifying no configuration on Mac builds WebCore both in debug
and release. JavaScriptCore has to follow this rule as well.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.pro

    r56825 r57472  
    2424        OBJECTS_DIR = obj/release
    2525    }
     26    # Make sure that build_all follows the build_all config in WebCore
     27    mac:contains(QT_CONFIG, qt_framework):!CONFIG(webkit_no_framework):!build_pass:CONFIG += build_all
    2628}
    2729
Note: See TracChangeset for help on using the changeset viewer.