1 # Include file to make it easy to include WebKit into Qt projects
3 INCLUDEPATH += $$PWD/WebKitQt/Api
5 # Remove this once we can actually use the API
6 INCLUDEPATH += $$PWD/JavaScriptCore \
8 $$PWD/WebCore/platform \
9 $$PWD/WebCore/platform/qt \
10 $$PWD/WebCore/platform/network \
11 $$PWD/WebCore/platform/graphics \
12 $$PWD/WebCore/editing \
14 $$PWD/WebCore/page/qt \
17 $$PWD/WebCore/history \
18 $$PWD/WebCore/rendering \
19 $$PWD/WebCore/loader \
20 $$PWD/WebCore/loader/qt \
22 $$PWD/WebCore/bridge \
23 $$PWD/WebKitQt/WebCoreSupport
25 DEFINES += BUILDING_QT__=1
27 isEmpty(OUTPUT_DIR):OUTPUT_DIR=$$PWD/WebKitBuild/Release
29 LIBS += -L$$OUTPUT_DIR/lib -lWebKitQt -lJavaScriptCore
32 INCLUDEPATH += /opt/local/include /opt/local/include/libxml2
33 INCLUDEPATH += /usr/include/libxml2
34 LIBS += -L/opt/local/lib -lxml2 -lxslt