Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
Correct SQLITE3SRCDIR setting.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
zackw authored and ariya committed Aug 19, 2014
1 parent e9e6f30 commit 4246ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4246ed0

Please sign in to comment.