[Qt-interest] Using latest version of SQLite with Qt
Robert Hairgrove
evorgriahr at hispeed.ch
Fri Feb 25 09:54:19 CET 2011
I want to build SQLite support as a plug-in with Qt 4.7.1 which I am
compiling from the sources on Linux Ubuntu 10.04 (Lucid). However, the
SQLite version supplied is no longer the latest.
Can I merely copy over the latest amalgamation sqlite3.c and .h files to
the Qt "src/3rdparty/sqlite" folder before building it as a plug-in? How
does this affect the LGPL license?
Another thing is that Qt defines two symbols which I'd rather not have
defined: SQLITE_OMIT_LOAD_EXTENSION and SQLITE_OMIT_COMPLETE. However, I
couldn't find anyplace where they are being defined. Where can I disable
these?
Thank you.
More information about the Qt-interest-old
mailing list