Changeset 56719 in webkit


Ignore:
Timestamp:
Mar 29, 2010 7:03:56 AM (14 years ago)
Author:
Simon Hausmann
Message:

[Qt] Shadowbuilds of WebCore with Qt on Symbian fails.

Patch by Thomas Zander <t.zander@nokia.com> on 2010-03-29
Reviewed by Simon Hausmann.

https://bugs.webkit.org/show_bug.cgi?id=36749

Doing a 'make sis' expects the dll in the libdir, so place it
there. This fixes out-of-source building to always put the dll
in the expected dir.

  • WebCore.pro: Fix for shadow builds inside Qt.
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r56718 r56719  
     12010-03-29  Thomas Zander  <t.zander@nokia.com>
     2
     3        Reviewed by Simon Hausmann.
     4
     5        [Qt] Shadowbuilds of WebCore with Qt on Symbian fails.
     6
     7        https://bugs.webkit.org/show_bug.cgi?id=36749
     8
     9        Doing a 'make sis' expects the dll in the libdir, so place it
     10        there. This fixes out-of-source building to always put the dll
     11        in the expected dir.
     12
     13        * WebCore.pro: Fix for shadow builds inside Qt.
     14
    1152010-03-26  Kenneth Rohde Christiansen  <kenneth@webkit.org>
    216
  • trunk/WebCore/WebCore.pro

    r56715 r56719  
    1313    }
    1414    webkitlibs.sources = QtWebKit$${QT_LIBINFIX}.dll
     15    CONFIG(QTDIR_build): webkitlibs.sources = $$QMAKE_LIBDIR_QT/$$webkitlibs.sources
    1516    webkitlibs.path = /sys/bin
    1617    vendorinfo = \
Note: See TracChangeset for help on using the changeset viewer.