I'm going to ask my question here.
I have rebuilt Qt with the -static option passed to the configure script.
And then run qmake on my project and started to recompile. It compile good and it runs. But the problem is when I try to connect my app to SQLite database.
I get two messages:
QSqlDatabase: QSQLITE driver not loaded
QSqlDatabase: available drivers:
And this is how I construct it:
It worked like a charm before I didn't have compiled Qt with the -static option.Qt Code:
To copy to clipboard, switch view to plain text mode
I am including the QtSql in the app.
And Qt version is 4.3.1 OpenSource
Bookmarks