sqlite3 - Load custom qsqlite instead of Qt's qsqlite plugin -


I have created my own qsqlite.dll and I want to use it in QT project instead of Qtq Qsqlite plugin I am I do not want to replace QT's qsqlite.dll. how to do this? What should I change in my PRO file to use my own qsqlite.dll and qtqqlite.dll of qt should not be loaded?


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -