Hi everyone and thanks!

I've been writting an app that uses MySQL and FTP, in my computer works perfectly but when I try to run it in another pc It crashes when I try to connect to MySQL.

I put this dll's in the same folder of my app:
Qt Code:
  1. libmysql.dll
  2. mingwm10.dll
  3. QtCore4.dll
  4. QtGui4.dll
  5. QtNetwork4.dll
  6. QtSql4.dll
  7. QtWebKit4.dll
  8. sqldrivers/qsqlmysql4.dll
To copy to clipboard, switch view to plain text mode 

Thanks a lot!