1 # Include file to make it easy to include WebKit into Qt projects
3 INCLUDEPATH += $$PWD/JavaScriptCore \
5 $$PWD/WebCore/platform \
6 $$PWD/WebCore/platform/qt \
7 $$PWD/WebCore/platform/network \
8 $$PWD/WebCore/platform/graphics \
9 $$PWD/WebCore/editing \
13 $$PWD/WebCore/rendering \
14 $$PWD/WebCore/loader \
15 $$PWD/WebCore/loader/qt \
19 DEFINES += BUILDING_QT__=1
21 isEmpty(OUTPUT_DIR):OUTPUT_DIR=$$PWD
23 LIBS += -L$$OUTPUT_DIR/lib -lWebKitQt -lJavaScriptCore
26 INCLUDEPATH += /opt/local/include /opt/local/include/libxml2
27 INCLUDEPATH += /usr/include/libxml2
28 LIBS += -L/opt/local/lib -lxml2 -lxslt