Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
HI, i am getting this error while running my project in Release mode
QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers:
But it works fine in Debug mode. Any solution?
There can be numerous reasons why the driver is not found.
A good start is to define the QT_DEBUG_PLUGINS environment variable. This should print out diagnostic information where Qt is looking for plugins, and also why it fails to load some.