Reviewed by Mark Rowe.
* WebKit.pri:
Removed unnecessary dependency on MacPorts (/opt/local)
2007-05-06 Erik Bunce <kde@bunce.us>
Reviewed by Mark Rowe.
* WebCore.pro:
Removed unnecessary dependency on MacPorts (/opt/local)
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@21277
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-05-06 Erik Bunce <kde@bunce.us>
+
+ Reviewed by Mark Rowe.
+
+ * WebKit.pri:
+ Removed unnecessary dependency on MacPorts (/opt/local)
+
2007-05-03 Holger Freyther <freyther@kde.org>
Reviewed by Zack, landed by Simon.
#LIBS += -L$$OUTPUT_DIR/lib -lJavaScriptCore
macx {
- INCLUDEPATH += /opt/local/include /opt/local/include/libxml2
INCLUDEPATH += /usr/include/libxml2
- LIBS += -L/opt/local/lib -lxml2 -lxslt
+ LIBS += -lxml2 -lxslt
}
qt-port:INCLUDEPATH += \
$$[QT_INSTALL_PREFIX]/src/3rdparty/sqlite/ \
macx {
- INCLUDEPATH += /opt/local/include /opt/local/include/libxml2
INCLUDEPATH += /usr/include/libxml2
- LIBS += -L/opt/local/lib -lxml2 -lxslt
+ LIBS += -lxml2 -lxslt
}