MySQL connector for Windows and Qt 5.12 ?
-
Hi!
I need the MySQL connector for Windows to work with the pre-compiled SQL plugin for MySQL. Where can I find which version was used in building the pre-complied plugin?I'm using mingw32 7.x
PS: under (OpenSuse) Linux I was able to compile the MySQL plugin myself but I had no luck under Windows 7/10...
Thanks in advance!
-
Hi!
I need the MySQL connector for Windows to work with the pre-compiled SQL plugin for MySQL. Where can I find which version was used in building the pre-complied plugin?I'm using mingw32 7.x
PS: under (OpenSuse) Linux I was able to compile the MySQL plugin myself but I had no luck under Windows 7/10...
Thanks in advance!
-
Hi and welcome to devnet,
Rather than copying things around, you can modify the
PATH
environment variable in the Run part of the Project panel in Qt Creator. You can add the folder where the dlls are found in your system. -
Are you at the point of creating an installer for your application ?