Answer the question
In order to leave comments, you need to log in
How to include SQLite.dll in a Qt program?
I connect the database with the line
pdb = new QSqlDatabase(QSqlDatabase::addDatabase("QSQLITE"));
But this is for those cases where SQLite is registered.
If I put qsqlite4.dll from the plugins\sqldrivers folder in the project folder, how can I specify it in new QSqlDatabase in the program?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question