Hello, i tried to install Qwt-6.0.1 with QtSDK in Windows Xp.

I copy the source files in C:\, and then I execute:

Qt Code:
  1. qmake qwt.pro
  2. mingw32-make
  3. mingw32-make install
To copy to clipboard, switch view to plain text mode 

When I compile a qwt example it runs well in Debug mode, but when I try with Release mode, the program cannot be executed. I obtain this error message:

Qt Code:
  1. The program has unexpectedly finished.
To copy to clipboard, switch view to plain text mode 

I added the following code in my PRO file:

Qt Code:
  1. CONFIG += qwt
To copy to clipboard, switch view to plain text mode 

And I don't know why it doesn't runs. Help me please! Thanks!!