--- qt-everywhere-opensource-src-4.7.2/configure~ 2011-06-06 18:46:18.000000000 +0400 +++ qt-everywhere-opensource-src-4.7.2/configure 2011-06-15 14:20:14.000000000 +0400 @@ -7231,6 +7231,8 @@ if [ "$CFG_WEBKIT" != "no" ]; then # 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" + else + QMAKE_CONFIG="$QMAKE_CONFIG webkit" fi else rm -f "$outpath/mkspecs/modules/qt_webkit_version.pri"