+2007-01-23 George Staikos <staikos@kde.org>
+
+ Put everything back since we can't build everything without it yet.
+
+ * WebKit.pri:
+
2007-01-16 Lars Knoll <lars@trolltech.com>
Reviewed by Zack
INCLUDEPATH += $$PWD/WebKitQt/Api
+# Remove this once we can actually use the API
+INCLUDEPATH += $$PWD/JavaScriptCore \
+ $$PWD/WebCore \
+ $$PWD/WebCore/platform \
+ $$PWD/WebCore/platform/qt \
+ $$PWD/WebCore/platform/network \
+ $$PWD/WebCore/platform/graphics \
+ $$PWD/WebCore/editing \
+ $$PWD/WebCore/page \
+ $$PWD/WebCore/page/qt \
+ $$PWD/WebCore/dom \
+ $$PWD/WebCore/html \
+ $$PWD/WebCore/history \
+ $$PWD/WebCore/rendering \
+ $$PWD/WebCore/loader \
+ $$PWD/WebCore/loader/qt \
+ $$PWD/WebCore/css \
+ $$PWD/WebCore/bridge \
+ $$PWD/WebKitQt/WebCoreSupport
+
DEFINES += BUILDING_QT__=1
isEmpty(OUTPUT_DIR):OUTPUT_DIR=$$PWD/WebKitBuild/Release