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 \
17 $$PWD/WebCore/bridge \
18 $$PWD/WebKitQt/WebCoreSupport
20 DEFINES += BUILDING_QT__=1
22 isEmpty(OUTPUT_DIR):OUTPUT_DIR=$$PWD/WebKitBuild/Release
24 LIBS += -L$$OUTPUT_DIR/lib -lWebKitQt -lJavaScriptCore
27 INCLUDEPATH += /opt/local/include /opt/local/include/libxml2
28 INCLUDEPATH += /usr/include/libxml2
29 LIBS += -L/opt/local/lib -lxml2 -lxslt