PDA

View Full Version : Why just debug and no release build???



topo
3rd December 2009, 10:42
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

wysota
3rd December 2009, 13:50
Did you try running qmake -config release prior to running make?

Uwe
3rd December 2009, 14:15
Read and modify qwtconfig.pri.

Uwe

topo
3rd December 2009, 16:12
Perfect :D!

Thank you for the information!

Thomas