Why just debug and no release build???
Hello qwt user,
when I am biuld qwt at Win32/MinGW Qt4 environment I will get just a debug .dll / .a ! Even I build with make release nothing is changed. Just when I start with make clean and make release I get a release build but with the same name as the debug version qwtd5.dll.
How to get a release (e.g. qwt5.dll) and debug version (e.g. qwtd5.dll)? Isn't it possible?
Thank you very much for your help.
Have a nice day :).
Best Regards,
Thomas
Re: Why just debug and no release build???
Did you try running qmake -config release prior to running make?
Re: Why just debug and no release build???
Read and modify qwtconfig.pri.
Uwe
Re: Why just debug and no release build???
Perfect :D!
Thank you for the information!
Thomas