Fix Qt build after r112868.
authorkbalazs@webkit.org <kbalazs@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 2 Apr 2012 14:15:34 +0000 (14:15 +0000)
committerkbalazs@webkit.org <kbalazs@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 2 Apr 2012 14:15:34 +0000 (14:15 +0000)
* 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
Source/WebKit2/PluginProcess.pro

index 7276354..4c78469 100644 (file)
@@ -1,3 +1,9 @@
+2012-04-02  Balazs Kelemen  <kbalazs@webkit.org>
+
+        Fix Qt build after r112868.
+
+        * PluginProcess.pro: Add WTF into includepath.
+
 2012-04-02  Zalan Bujtas  <zbujtas@gmail.com>
 
         [Qt][WK2] Call resize on frameview in WebPage::resizeToContentsIfNeeded only when the size changes.
index d000c47..5f1f48d 100644 (file)
@@ -13,7 +13,7 @@ DESTDIR = $${ROOT_BUILD_DIR}/bin
 
 SOURCES += qt/PluginMainQt.cpp
 
-INCLUDEPATH = $$PWD/../JavaScriptCore \
+INCLUDEPATH = $$PWD/../WTF \
               $$INCLUDEPATH
 
 INSTALLS += target