summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorAlexis Menard <alexis.menard@trolltech.com>2011-05-30 18:40:30 -0300
committerAlexis Menard <alexis.menard@trolltech.com>2011-05-30 18:40:30 -0300
commit5f4e810e50c102384d3623afa47629777a4af26d (patch)
treee5a0e6699eb3bff37f0ffeaab799bb0146d3cea1 /configure
parent95fe761f2e3d5c578e79bf59a0e2818eed310c67 (diff)
Updated WebKit to d14495f006a09eaee01d155fa57c80537408a835
Reviewed-by: Andreas Kling
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index e62c778187..71afa61cac 100755
--- a/configure
+++ b/configure
@@ -7588,7 +7588,7 @@ fi
if [ "$CFG_WEBKIT" != "no" ]; then
# This include takes care of adding "webkit" to QT_CONFIG.
- cp -f "$relpath/src/3rdparty/webkit/WebKit/qt/qt_webkit_version.pri" "$outpath/mkspecs/modules/qt_webkit_version.pri"
+ cp -f "$relpath/src/3rdparty/webkit/Source/WebKit/qt/qt_webkit_version.pri" "$outpath/mkspecs/modules/qt_webkit_version.pri"
# The reason we set CFG_WEBKIT, is such that the printed overview of what will be enabled, shows correctly.
if [ "$CFG_WEBKIT" = "debug" ]; then
QMAKE_CONFIG="$QMAKE_CONFIG webkit-debug"