Changeset 79548 in webkit for trunk/Source/JavaScriptCore/qt


Ignore:
Timestamp:
Feb 24, 2011, 4:58:42 AM (14 years ago)
Author:
[email protected]
Message:

2011-02-24 Andras Becsi <[email protected]>

Reviewed by Laszlo Gombos.

[Qt] MinGW build fails to link
https://bugs.webkit.org/show_bug.cgi?id=55050

Prepend the libraries of subcomponents instead of appending them
to fix the library order according to the dependency of the libraries

  • JavaScriptCore.pri: rename addJavaScriptCore to prependJavaScriptCore
  • jsc.pro: ditto

2011-02-24 Andras Becsi <[email protected]>

Reviewed by Laszlo Gombos.

[Qt] MinGW build fails to link
https://bugs.webkit.org/show_bug.cgi?id=55050

Prepend the libraries of subcomponents instead of appending them
to fix the library order according to the dependency of the libraries

  • api/QtScript.pro:

2011-02-24 Andras Becsi <[email protected]>

Reviewed by Laszlo Gombos.

[Qt] MinGW build fails to link
https://bugs.webkit.org/show_bug.cgi?id=55050

Prepend the libraries of subcomponents instead of appending them
to fix the library order according to the dependency of the libraries

No new tests needed.

  • WebCore.pri:

2011-02-24 Andras Becsi <[email protected]>

Reviewed by Laszlo Gombos.

[Qt] MinGW build fails to link
https://bugs.webkit.org/show_bug.cgi?id=55050

Prepend the libraries of subcomponents instead of appending them
to fix the library order according to the dependency of the libraries

  • QtWebKit.pro: prepend libraries in the correct order

2011-02-24 Andras Becsi <[email protected]>

Reviewed by Laszlo Gombos.

[Qt] MinGW build fails to link
https://bugs.webkit.org/show_bug.cgi?id=55050

Prepend the libraries of subcomponents instead of appending them
to fix the library order according to the dependency of the libraries

  • WebKit2.pri:

2011-02-24 Andras Becsi <[email protected]>

Reviewed by Laszlo Gombos.

[Qt] MinGW build fails to link
https://bugs.webkit.org/show_bug.cgi?id=55050

Prepend the libraries of subcomponents instead of appending them
to fix the library order according to the dependency of the libraries

  • WebKitTestRunner/InjectedBundle/qt/InjectedBundle.pro:
  • WebKitTestRunner/qt/WebKitTestRunner.pro:
Location:
trunk/Source/JavaScriptCore/qt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/qt/ChangeLog

    r68651 r79548  
     12011-02-24  Andras Becsi  <[email protected]>
     2
     3        Reviewed by Laszlo Gombos.
     4
     5        [Qt] MinGW build fails to link
     6        https://bugs.webkit.org/show_bug.cgi?id=55050
     7
     8        Prepend the libraries of subcomponents instead of appending them
     9        to fix the library order according to the dependency of the libraries
     10
     11        * api/QtScript.pro:
     12
    1132010-09-29  Caio Marcelo de Oliveira Filho  <[email protected]>
    214
  • trunk/Source/JavaScriptCore/qt/api/QtScript.pro

    r64130 r79548  
    1818
    1919include($$PWD/../../JavaScriptCore.pri)
    20 addJavaScriptCoreLib(../..)
     20prependJavaScriptCoreLib(../..)
    2121
    2222INCLUDEPATH += $$PWD/../../API
Note: See TracChangeset for help on using the changeset viewer.