PDA

View Full Version : Qt Deployment including OpenCV



MVivonetto
13th January 2017, 18:01
Hey Guys,

I have created an application and deployed it properly and am able to run the .exe perfectly fine on my computer. If i try to run the same .exe on a different computer that contains no development tools whatsoever it doesn't run...its due to the fact that im using openCV and those dlls didn't get packaged when I ran windeployqt. What is the proper way to deploy that will include all necessary files so the user will not have to download openCV.

This is my pro file if it helps and as always thank you in advance for any help with this!!!

12289

PS. Im also using a Basler Camera which uses the Pylon SDK so I'm sure once I solve the openCv Issue the Pylon issue will be next.