From 351c13460bad096f6492f95c1a373c78cdf48ea5 Mon Sep 17 00:00:00 2001 From: Alexis Menard Date: Tue, 31 May 2011 15:35:58 -0300 Subject: Fix configure after new import of WebKit. configure.exe still needs to be regenerated. Reviewed by: Andreas Kling --- tools/configure/configureapp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp index b9868e6..31c359e 100644 --- a/tools/configure/configureapp.cpp +++ b/tools/configure/configureapp.cpp @@ -2760,7 +2760,7 @@ void Configure::generateOutputVars() QFile::remove(dst); if (dictionary["WEBKIT"] != "no") { // This include takes care of adding "webkit" to QT_CONFIG. - QString src = sourcePath + "/src/3rdparty/webkit/WebKit/qt/qt_webkit_version.pri"; + QString src = sourcePath + "/src/3rdparty/webkit/Source/WebKit/qt/qt_webkit_version.pri"; QFile::copy(src, dst); if (dictionary["WEBKIT"] == "debug") qtConfig += "webkit-debug"; -- cgit v0.12