I tried deploy Qt aplication on other computer (Ms. Windows). But I always get driver not load (mysql).

I copy mysql plugin in plugins and plugins/sqldrivers directory but still not found.
Tried create directory C:/myplugin and load from main.cpp with
Qt Code:
  1. QApplication a(argc, argv);
  2. a.addLibraryPath("C:/myplugin");
To copy to clipboard, switch view to plain text mode 

But, still not found

What's wrong ??

all the time, for deploy on windows I always compile static my qt application.