Qt 5.7 - QSQLITE driver not loaded on debug kit
Unsolved
Installation and Deployment
-
I'm trying to compile an application on Linux (Ubuntu 16.04) against a Qt 5.7 framework and with the Qt Creator 4.0.2; both were installed via online tool installer. And it's really annoying because the Release version doesn't raise error, but the Debug mode gives an unexpected 'Driver not loaded' error when the app try to use a SQLite database. Anyone has any clue? I think MAYBE the online installer only gives us the 'release' libs. Should I try to compile the framework again, debug and release mode?
PD: Sorry for my bad english :D -
@Kalebros
please set theQT_DEBUG_PLUGINS
env variable to a non-zero value and post the console output.