[webkit-qt] SQLite is mandatory for building WebKit
Osztrogonac Csaba
oszi at inf.u-szeged.hu
Tue Sep 27 00:25:50 PDT 2011
Dear QtWebKit developers,
FYI: After http://trac.webkit.org/changeset/95919 SQLite is mandatory
for building WebKit. On Linux and on Mac it isn't a problem, because
QtWebKit build system uses the system SQLite library.
But on Windows there isn't system SQLite library and QtSDK isn't shipped
with SQLite. You have to copy SQLite from Qt source to Qt install dir:
qt-repository/src/3rdparty/sqlite -> c:\QtSDK\Desktop\Qt\4.7.4\mingw\src\3rdparty\sqlite
qt-repository/src/3rdparty/sqlite -> c:\QtSDK\Desktop\Qt\4.7.4\msvc2008\src\3rdparty\sqlite
And then QtWebKit build system picks up SQLite from your Qt install dir.
br,
Ossy
More information about the webkit-qt
mailing list