[webkit-reviews] review granted: [Bug 36749] [Qt] Shadowbuilds of WebCore with Qt on Symbian fails. : [Attachment 51902] Fix for out-of-qt builds

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 29 07:01:48 PDT 2010


Simon Hausmann <hausmann at webkit.org> has granted t.zander at nokia.com's request
for review:
Bug 36749: [Qt] Shadowbuilds of WebCore with Qt on Symbian fails.
https://bugs.webkit.org/show_bug.cgi?id=36749

Attachment 51902: Fix for out-of-qt builds
https://bugs.webkit.org/attachment.cgi?id=51902&action=review

------- Additional Comments from Simon Hausmann <hausmann at webkit.org>
> diff --git a/WebCore/WebCore.pro b/WebCore/WebCore.pro
> index 15c881f..5f24664 100644
> --- a/WebCore/WebCore.pro
> +++ b/WebCore/WebCore.pro
> @@ -12,6 +12,7 @@ symbian: {
>	   TARGET.UID3 = 0xE00267C2
>      }
>      webkitlibs.sources = QtWebKit$${QT_LIBINFIX}.dll
> +    CONFIG(QTDIR_build)|: webkitlibs.sources =
$$QMAKE_LIBDIR_QT/$$webkitlibs.sources

The | doesn't belong there.

I'll fix it when landing it.


More information about the webkit-reviews mailing list