Hi,

I'm using Qt 4.8.1 to develop my application.

My application usues a third party libs that have 32 and 64 bit versions.
I also have the Qt 32 and 64 bits libs.

The application works well on this two systems, but now I want to use MySQL server to store some data.

Now I have to decide to install the 32 or 64 bits of MySQL Server.
So my question is: Have I to install the 32 and 64 bits of MySQL Sever and build the Qt MySQL plugin linked to the corresponding MySQL version?
Or maybe I can simply install the 64 bits version and build the plugin linked to the 64 bit version for 32 and 64 versions of Qt?

Thanks,