vote up 1 vote down star

I've installed recent Qt (4.5.3) sdk windows version. I'm want to use mysql in my app. Since Qt Mysql plugin in not available, so I compiled it from the included source. I copied compiled files D:\\Qt\2009.01\qt\plugins\sqldrivers.

Now when I run my application it still error "QMYSQL driver not loaded".

flag

Please post some source code that shows how you are loading the database drivers in your own code. doc.trolltech.com/4.5/… Normally you don't have to copy anything within the Qt directory manually. The only thing that you might have to do is to install the MySQL libraries (not the Qt drivers/wrappers). – BastiBense Nov 16 at 18:25

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.