Ignore:
Timestamp:
Mar 26, 2010, 7:05:09 AM (15 years ago)
Author:
Simon Hausmann
Message:

[Qt] Build JavaScriptCore as a static library.
https://bugs.webkit.org/show_bug.cgi?id=36590

Patch by Jocelyn Turcotte <[email protected]> on 2010-03-26
Reviewed by Simon Hausmann.

This patch takes what was left of the unused JavaScriptCore.pro
and moved the compilation logic from JavaScriptCore.pri to
JavaScriptCore.pro.

.:

  • WebKit.pro:

JavaScriptCore:

WebCore:

  • WebCore.pro:
File:
1 edited

Legend:

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

    r56333 r56623  
    1616isEmpty(OUTPUT_DIR): OUTPUT_DIR = ../../..
    1717include($$PWD/../../../WebKit.pri)
     18
    1819include($$PWD/../../JavaScriptCore.pri)
     20addJavaScriptCoreLib(../..)
    1921
    2022INCLUDEPATH += $$PWD/../../API
Note: See TracChangeset for help on using the changeset viewer.