windows - MySQL driver build -
i have big project qt 4.7.1
, mingw 4.4.0
.
problem: project builds , running in release mode, if run in debug mode fails on mysql connection , says have no mysql driver installed(qmysql4d.dll). elder version of mingw wont build dll error "unrecognized command line option '-wl'". follows this article. also, can't use newest qt , mingw versions reason.
question: possible make mysql driver old g++ version?
Comments
Post a Comment