From 19de210a0d79ca37816a89fad294a6fded8a280e Mon Sep 17 00:00:00 2001 From: "kbalazs@webkit.org" Date: Mon, 2 Apr 2012 14:15:34 +0000 Subject: [PATCH] Fix Qt build after r112868. * PluginProcess.pro: Add WTF into includepath. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@112879 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- Source/WebKit2/ChangeLog | 6 ++++++ Source/WebKit2/PluginProcess.pro | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Source/WebKit2/ChangeLog b/Source/WebKit2/ChangeLog index 7276354..4c78469 100644 --- a/Source/WebKit2/ChangeLog +++ b/Source/WebKit2/ChangeLog @@ -1,3 +1,9 @@ +2012-04-02 Balazs Kelemen + + Fix Qt build after r112868. + + * PluginProcess.pro: Add WTF into includepath. + 2012-04-02 Zalan Bujtas [Qt][WK2] Call resize on frameview in WebPage::resizeToContentsIfNeeded only when the size changes. diff --git a/Source/WebKit2/PluginProcess.pro b/Source/WebKit2/PluginProcess.pro index d000c47..5f1f48d 100644 --- a/Source/WebKit2/PluginProcess.pro +++ b/Source/WebKit2/PluginProcess.pro @@ -13,7 +13,7 @@ DESTDIR = $${ROOT_BUILD_DIR}/bin SOURCES += qt/PluginMainQt.cpp -INCLUDEPATH = $$PWD/../JavaScriptCore \ +INCLUDEPATH = $$PWD/../WTF \ $$INCLUDEPATH INSTALLS += target -- 2.7.4