[Interest] Sqlite3 handler access

Sylvain Pointeau sylvain.pointeau at gmail.com
Wed Aug 15 10:28:11 CEST 2012


Are you linked statically to Sqlite (included in Qt?)
if yes then you try to use 2 different versions of Sqlite and that crashes.

just recompile QtSqlite and if possible use the system dll, or link with
the same version as you use in your app.

cd src/plugins/sqldrivers/sqlite
qmake "INCLUDEPATH+=/usr/local/include" "LIBS+=-L/usr/local/lib -lsqlite3"
make
sudo make install
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20120815/be1205b4/attachment.html>


More information about the Interest mailing list