From 59273d39df78e381d9a51d3d2bc0bc13f3536c96 Mon Sep 17 00:00:00 2001 From: "hausmann@webkit.org" Date: Fri, 9 May 2008 13:08:33 +0000 Subject: [PATCH] Simon Hausmann Removed explicit linkage against libxml and libxslt on Qt/Mac builds. This dependency is completely unnecessary here and creates only problems by propagating through WebCore.pro over libQtWebKit.prl right now customer applications. git-svn-id: https://svn.webkit.org/repository/webkit/trunk@33005 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- ChangeLog | 13 +++++++++++++ WebKit.pri | 6 ------ 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index ec3f1e2..28d949e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2008-05-09 Simon Hausmann + + Reviewed by Holger. + + Removed explicit linkage against libxml and libxslt on Qt/Mac builds. + + This dependency is completely unnecessary here and creates only problems by + propagating through WebCore.pro over libQtWebKit.prl right now customer + applications. + + + * WebKit.pri: + 2008-05-02 Anders Carlsson Reviewed by Mark. diff --git a/WebKit.pri b/WebKit.pri index d12423be..df625ca 100644 --- a/WebKit.pri +++ b/WebKit.pri @@ -99,9 +99,3 @@ INCLUDEPATH += \ $$BASE_DIR/WebCore/xml \ $$BASE_DIR/WebCore/html \ $$BASE_DIR/WebCore/plugins - - -macx { - INCLUDEPATH += /usr/include/libxml2 - LIBS += -lxml2 -lxslt -} -- 1.8.3.1