From f086ed6a41b78d93eff7ccf6c750599cc49d314f Mon Sep 17 00:00:00 2001 From: staikos Date: Tue, 23 Jan 2007 18:36:22 +0000 Subject: [PATCH] Temporary measure to make it possible to use the Qt port until the official Qt API is done git-svn-id: https://svn.webkit.org/repository/webkit/trunk@19048 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- ChangeLog | 6 ++++++ WebKit.pri | 20 ++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/ChangeLog b/ChangeLog index ce9837f2030a..44f5c9fec50a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-01-23 George Staikos + + Put everything back since we can't build everything without it yet. + + * WebKit.pri: + 2007-01-16 Lars Knoll Reviewed by Zack diff --git a/WebKit.pri b/WebKit.pri index 33603067bc31..60fec923371e 100644 --- a/WebKit.pri +++ b/WebKit.pri @@ -2,6 +2,26 @@ 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 -- 2.36.0