PDA

View Full Version : Deploying qt application with opencv.



notes90
22nd April 2013, 12:17
Hello,

I have application that does convolution matrix image processing on cv::Mat images and displays them as QImages. Application works well in debug and release mode. Though I have problem with creating an instalator via INNO also when i go to folder debug/release (after pasting needed Qt dll's) and click .exe I get error :
http://i.imgur.com/ixoTXit.png

I have tried to use Dependency Walker 2.2 and here is what it shows right now in release folder:
http://i.imgur.com/ssJOqlE.png

I have tried to dowload and put those red dlls( though i didnt find them all on the internet) in release folder but it didnt change anything.
Could anyone please help me ? There is so little information about how to do it on windows with external libraries in project..
I use win8(32bit). Qt creator 2.6.2 ( based on Qt 5.0.1).

Thanks in advance.