Hello All,
I have used am3358 processor and make custom Linux board, that working fine.
I have installed sqlite 3.24 in the board and its working fine.
Now I want to access the sqlite database from qt but I am not able to do it.
Kindly help me in doing so.
The following is the error I am getting.
QSqlDatabase: QSQLITE driver not loaded
QSqlDatabase: available drivers:
database not opened
I could see no available drivers.How to add driver if already existing?If not existing how to do add?
Regards
Mad_hu