qtimagemagickqt4

Imagemagick Linking to QT and mingw32-make: *** [debug] Error 2


I created an application using Imagemagick library with Qt on Mac.

Now that I want to deploy the application for windows:

And when I go run the application I'm getting errors that I think they are related to mingw32. here are the build issues: alt text

and here is the compile output: alt text

Can someone Identify the error ? What do I have to do to deploy the application for windows?

I also tried to use a Mingw32 version of my library but again, It didnt work: alt text

When I put -lmagick after the lib it says file lmagick cannot ne found and when I try to build unticking the shadow build checkbox in the build settings, it give me the errors in the first screenshoot. Thank you


Solution

  • See the answer to this question.