Quote Originally Posted by rianquinn
in the plugin's constructor. I call:

QSqlDatabase db = QSqlDatabase::addDatabase ("QSQLITE", "menu_settings");
Does this error occur if you add similar statement in the application?

Quote Originally Posted by rianquinn
Is there another way to do this?
Probably not.