I've created a dll using qt and used Qwidgets.
Now I want to deploy my dll. I used windeployqt and copied all the dlls and other stuff to client machine along with my dll. But still it says qtcore5.dll is missing from the computer.

I don't want to touch system directory of my client. What should I do?