diff options
author | Alexis Menard <alexis.menard@trolltech.com> | 2011-05-30 21:40:30 (GMT) |
---|---|---|
committer | Alexis Menard <alexis.menard@trolltech.com> | 2011-05-30 21:40:30 (GMT) |
commit | 5f4e810e50c102384d3623afa47629777a4af26d (patch) | |
tree | e5a0e6699eb3bff37f0ffeaab799bb0146d3cea1 /configure | |
parent | 95fe761f2e3d5c578e79bf59a0e2818eed310c67 (diff) | |
download | Qt-5f4e810e50c102384d3623afa47629777a4af26d.zip Qt-5f4e810e50c102384d3623afa47629777a4af26d.tar.gz Qt-5f4e810e50c102384d3623afa47629777a4af26d.tar.bz2 |
Updated WebKit to d14495f006a09eaee01d155fa57c80537408a835
Reviewed-by: Andreas Kling
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |