[Qt-interest] configuring Qt with MySQL
Vincent L. Damewood
lists at damewood.us
Wed May 13 22:27:00 CEST 2009
On Wed, May 13, 2009 at 11:18 AM, Ashish Singh <asinghmlists at gmail.com> wrote:
> Hi,
>
> I have been trying to get Qt to work with MySQL without any luck. When I run
> a 2 line test code, it comes back with a message saying- "This application
> has failed to start because LIBMYSQL.DLL was not found.
Your Qt application can't find the MySQL client library. Try finding a
file called libmysql.dll in your MySQL installation and copy it to the
directory your Qt application is in, or in the directory your QtMySQL
plugin is in.
More information about the Qt-interest-old
mailing list