Qt: allow static build of WebKit.

This is applying allow-static-qtwebkit.patch already used for the
deploy script.

http://code.google.com/p/phantomjs/issues/detail?id=226
1.5
Ariya Hidayat 2012-02-17 20:27:55 -08:00
parent 61c4e4b261
commit ee4cc1125f
1 changed files with 0 additions and 7 deletions

7
src/qt/configure vendored
View File

@ -7599,13 +7599,6 @@ if [ "$CFG_GUI" = "no" ]; then
canBuildWebKit="no"
fi
if [ "$CFG_SHARED" = "no" ]; then
echo
echo "WARNING: Using static linking will disable the WebKit module."
echo
canBuildWebKit="no"
fi
CFG_CONCURRENT="yes"
if [ "$canBuildQtConcurrent" = "no" ]; then
QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_CONCURRENT"