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
+2008-05-09 Simon Hausmann <hausmann@webkit.org>
+
+ 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 <andersca@apple.com>
Reviewed by Mark.
$$BASE_DIR/WebCore/xml \
$$BASE_DIR/WebCore/html \
$$BASE_DIR/WebCore/plugins
-
-
-macx {
- INCLUDEPATH += /usr/include/libxml2
- LIBS += -lxml2 -lxslt
-}