Page 1 of 1

Using Recompiled Sqlite

PostPosted: Mon Sep 26, 2016 2:20 pm
by gianks
Hi,
i've finally discovered that on linux like os SqLite comes with no full multithreading support so is advised to recompile it with the right flag, as i did.
Now i'm not sure how to procedeed since i had no Sqlite linked till now and i think the reason is QxOrm is already linked to that statically/dinamically (or Qt does) but i cannot see that by ldd.

How can i use my custom compiled library?

Thanks a lot

Re: Using Recompiled Sqlite

PostPosted: Tue Sep 27, 2016 7:26 am
by qxorm
Hello,

This is not a QxOrm part but a Qt part.
You have to rebuild the Qt SQL driver for SQLite.
You can find more details in the Qt documentation here : http://doc.qt.io/qt-5/sql-driver.html