I am using a static build of qt. I Just downloaded the latest version of openCV, and ran cmake ,mingw32-make, mingw32-install ,etc.
in the config file, I added the correct include paths, and also the libs I want(.dlls).
weird things are happenening:
first, if I run the project from Qtcentre, it runs fine, but the image doesn't load(the image is in the same folder as the build) , but if I run the exe from the build folder, it runs just fine.
I have two .dlls in the same folder, core.dll, and highgui.dll.
but when I give the file to my friend, it show a lot of dlls missing.

something like -6 .js-1 etc (I don't remember the names clearly)
what should I do to make my app (windows) distributable?