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:
qmake qwt.pro
mingw32-make
mingw32-make install
qmake qwt.pro
mingw32-make
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:
The program has unexpectedly finished.
The program has unexpectedly finished.
To copy to clipboard, switch view to plain text mode
I added the following code in my PRO file:
CONFIG += qwt
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!!
Bookmarks