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/history \
14 $$PWD/WebCore/rendering \
15 $$PWD/WebCore/loader \
16 $$PWD/WebCore/loader/qt \
18 $$PWD/WebCore/bridge \
19 $$PWD/WebKitQt/WebCoreSupport
21 DEFINES += BUILDING_QT__=1
23 isEmpty(OUTPUT_DIR):OUTPUT_DIR=$$PWD/WebKitBuild/Release
25 LIBS += -L$$OUTPUT_DIR/lib -lWebKitQt -lJavaScriptCore
28 INCLUDEPATH += /opt/local/include /opt/local/include/libxml2
29 INCLUDEPATH += /usr/include/libxml2
30 LIBS += -L/opt/local/lib -lxml2 -lxslt