Changeset 60475 in webkit


Ignore:
Timestamp:
Jun 1, 2010 6:26:27 AM (14 years ago)
Author:
Simon Hausmann
Message:

[Qt] Fix a QtWebKit.pc corruption problem.
https://bugs.webkit.org/show_bug.cgi?id=36826

Patch by Jocelyn Turcotte <jocelyn.turcotte@nokia.com> on 2010-06-01
Reviewed by Simon Hausmann.

The problem occurs while installing QtWebKit from trunk
or a source package.

  • WebCore.pro:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r60474 r60475  
     12010-06-01  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
     2
     3        Reviewed by Simon Hausmann.
     4
     5        [Qt] Fix a QtWebKit.pc corruption problem.
     6        https://bugs.webkit.org/show_bug.cgi?id=36826
     7
     8        The problem occurs while installing QtWebKit from trunk
     9        or a source package.
     10
     11        * WebCore.pro:
     12
    1132010-06-01  Simon Hausmann  <simon.hausmann@nokia.com>
    214
  • trunk/WebCore/WebCore.pro

    r60474 r60475  
    30213021        QMAKE_PKGCONFIG_INCDIR = $$headers.path
    30223022        QMAKE_PKGCONFIG_DESTDIR = pkgconfig
    3023         lib_replace.match = $$DESTDIR
     3023        lib_replace.match = $$re_escape($$DESTDIR)
    30243024        lib_replace.replace = $$[QT_INSTALL_LIBS]
    30253025        QMAKE_PKGCONFIG_INSTALL_REPLACE += lib_replace
Note: See TracChangeset for help on using the changeset viewer.