Re: [Interest] qwt debug version not working with Qt-4.8.0

2012-01-19 Thread Sujan Dasmahapatra
Haupt Sent: Thursday, January 19, 2012 2:26 PM To: List for both Qwt users and developers Cc: interest@qt-project.org Subject: Re: [Interest] qwt debug version not working with Qt-4.8.0 On Thu, Jan 19, 2012 at 07:49:10AM +0100, Sujan Dasmahapatra wrote: > I need specify each time that which dll I w

Re: [Interest] qwt debug version not working with Qt-4.8.0

2012-01-19 Thread Andre Haupt
On Thu, Jan 19, 2012 at 07:49:10AM +0100, Sujan Dasmahapatra wrote: > I need specify each time that which dll I want to link in the .pro file. If > build in debug mode I need to write > LIBS += -LC:/Qt/4.8.0_nonsql/src/3rdparty/qwt-5.2.1/lib -lqwtd5 > If I build in release mode then I need to cha

Re: [Interest] qwt debug version not working with Qt-4.8.0

2012-01-19 Thread Pritam
Hi Sujan, you can write conditions like this in your pro file CONFIG(debug, debug|release) { message(Debug Mode!) } else { message(Release Mode!) } for detailed description look at qmake reference. On Thursday 19 January 2012 12:19 PM, Sujan Dasmahapatra wrote: > Rathmann > > I ne

Re: [Interest] qwt debug version not working with Qt-4.8.0

2012-01-18 Thread Sujan Dasmahapatra
Rathmann I need specify each time that which dll I want to link in the .pro file. If build in debug mode I need to write LIBS += -LC:/Qt/4.8.0_nonsql/src/3rdparty/qwt-5.2.1/lib -lqwtd5 If I build in release mode then I need to change it to LIBS += -LC:/Qt/4.8.0_nonsql/src/3rdparty/qwt-5.2.1/lib

Re: [Interest] qwt debug version not working with Qt-4.8.0

2012-01-18 Thread Alex Malyushytskyy
ndpower@qt-project.org [ > mailto:interest-bounces+sdh=lmwindpower....@qt-project.org] > *On Behalf Of *Pritam > *Sent:* Wednesday, January 18, 2012 3:51 PM > *To:* interest@qt-project.org > *Subject:* Re: [Interest] qwt debug version not working with Qt-4.8.0 > > ** **

Re: [Interest] qwt debug version not working with Qt-4.8.0

2012-01-18 Thread Pritam
, 2012 3:51 PM *To:* interest@qt-project.org *Subject:* Re: [Interest] qwt debug version not working with Qt-4.8.0 May be you have some code in Q_ASSERT macros which is making the application crash. Check that out. Have you tried debugging any other application. May be your debugger itself is cr

Re: [Interest] qwt debug version not working with Qt-4.8.0

2012-01-18 Thread Sujan Dasmahapatra
...@qt-project.org [mailto:interest-bounces+sdh=lmwindpower@qt-project.org] On Behalf Of Pritam Sent: Wednesday, January 18, 2012 3:51 PM To: interest@qt-project.org Subject: Re: [Interest] qwt debug version not working with Qt-4.8.0 May be you have some code in Q_ASSERT macros which is maki

Re: [Interest] qwt debug version not working with Qt-4.8.0

2012-01-18 Thread Pritam
May be you have some code in Q_ASSERT macros which is making the application crash. Check that out. Have you tried debugging any other application. May be your debugger itself is crashing but in that case qt creator should tell you that "gdb terminated abnormally". On Wednesday 18 January 2012

Re: [Interest] qwt debug version not working with Qt-4.8.0

2012-01-18 Thread Sujan Dasmahapatra
There's no compilatioln error, even no linking error. When I launch my application and try to load plots, shows "Application stopped in an unxepcted way". There is no crash even. Its works fine with release mode. Kind regards, Sujan Dasmahapatra Project Leader, Aero Group CE - Aer