Author Topic: QT 3.3.3 & debug  (Read 4704 times)

C.H.

  • Guest
QT 3.3.3 & debug
« on: August 29, 2005, 04:16:29 pm »
Hi!
Can you tell me how can I debug in Code::Blocks my QT project???
How it configure for this???

Offline yop

  • Regular
  • ***
  • Posts: 387
Re: QT 3.3.3 & debug
« Reply #1 on: August 29, 2005, 07:36:20 pm »
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.