News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

QT 3.3.3 & debug

Started by C.H., August 29, 2005, 04:16:29 PM

Previous topic - Next topic

C.H.

Hi!
Can you tell me how can I debug in Code::Blocks my QT project???
How it configure for this???

yop

To answer that, you should tell how you built your project. For Qt projects I have found that the best way is using qmake to create a .pro file, then a makefile and use the makefile with c::b. In that case to enable debuging you should build the Makefile.debug (Project options -> check custom makefile with name Makefile.debug). But that's my approach using different a qt version.
Life would be so much easier if we could just look at the source code.