QMYSQL driver not loaded
-
So i built for MSVC from the source by guide from (thecodemonkey86) - then what should i do? It still keeps giving me the same message over and over again?
-
@ImageIsBad87 said in QMYSQL driver not loaded:
then what should i do?
Search the forum and find out that there is a QT_DEBUG_PLUGINS env var.
-
@Christian-Ehrlicher or is there any new way to build QMYSQL driver for this occasion?
-
@ImageIsBad87 I don't understand the question - if you've properly built and installed the driver then do what I written to see why the plugin is not loaded.
-
@Christian-Ehrlicher ok so i built it with cmake and then the release and debug version of the qsqlmysql.dll appeared in sqldrivers folder.But it seems still to give "QMYSQL driver not loaded" message
-
Did you even tried what's written in the link and I've written??
-
@ImageIsBad87 Aside from @Christian-Ehrlicher's useful advice, have you read the last sentence in the QMYSQL for MySQL or MariaDB 5.6 and higher.
Windows has to be able to find all the run time libraries for the plugin to work. See under
Standard search order for unpackaged apps.