I have a problem which is that when compiling an application with toolchains to a Card with Yocto Linux I can not connect to the database since the qsqlite driver is not found on the card and there are no other drivers available, this is the error that appears on the debug screen
QSqlDatabase: QSQLITE driver not loaded
QSqlDatabase: available drivers:
QSqlQuery::prepare: database not open
I would like to know if anyone has knowledge of this error.
In my .pro file I have
QT += sql