i've got problem with launching qt app on another pc (without installed mysql/qt).
P.S. On my pc it works fine.
Error "Driver[mysql] not loaded".
I try to deploy same project with sqlite and it launches on another pc normally, so problem is in mysql drivers/libs. I think i need add mysql .dll(s) (or something like that) Also i've got qsqlmysql.dll in sqldrivers project folder.
What can i do to launch my program on another pc. I'll be thankful for all your answers.