Correct SQLITE3SRCDIR setting.

This is how we arrange for QtWebkit to use QtBase's bundled copy of
sqlite; without it, QtWebkit will attempt to use a system-provided
library instead, and if headers are unavailable, the build will fail.

Part of issue #12467.
2.0
Zack Weinberg 2014-08-18 12:55:54 -04:00 committed by Ariya Hidayat
parent e9e6f30e69
commit 4246ed0533
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ echo
if [[ "$QTCORE" == "bundled" ]]; then
export QMAKE=$PWD/src/qt/qtbase/bin/qmake
export SQLITE3SRCDIR=$PWD/src/qt/qtbase/3rdparty/sqlite/
export SQLITE3SRCDIR=$PWD/src/qt/qtbase/src/3rdparty/sqlite/
( cd src/qt && ./preconfig.sh $QT_CFG )
echo