Does Qt 5.0.0 MySQL Driver work for 64 bit on Windows?
-
[quote author="Mohsen" date="1359437370"]i'm using Qt5 W/msvc and mysql. works fine.[/quote]
mysql.dll is a MSVC binary. I think that's the issue. I exported symbols to MinGW, though seems not working:
@
gendef libmysql.dll
dlltool --input-def libmysql.def --dllname libmysql.dll --output-lib libmysql.a
@The strange fact is that I don't get any linkage error neither when compiling Qt nor application.
-