Deployment With Qt / OpenCV Dll

asked 2016-04-05 03:05:28 -0600

ClementD gravatar image

Hello,

I post this message because in need help with deployment.

I have done a program on Qt 5.5.1 using OpenCV 3.1.0. My problem is that when i want to procceed to the deployment with "windeployqt.exe ", windeploy add the Qt's ".dll" files but not the opencv ".dll"files. I would know if it is possible to do that automatically with Qt.

If not, i will create my own batch file that call windeployqt.exe , locate openCV files and add them . Godd idea?

Thanking you in advance for your help.

edit retag flag offensive close merge delete