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

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
Senos

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

Post by Senos »

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

Now that I want to deploy the application for windows:

•I installed the imagemagick library on my pc,
•I installed the SDK version of QT 4.7
•I added my include and lib paths
And when I go run the application I'm getting errors that I think they are related to mingw32. here are the build issues:
Image

and here is the compile output:
Image

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:
Image

I also tried to build unticking the shadow build checkbox in the build settings, it give me the errors in the first screenshoot.

Can anyone help me with this?
What do I need to do?
Thank you
Post Reply