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 _______________________________________________ webkit-qt mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt
