PDA

View Full Version : Debugging approach for Qt Creator + CMake?



agarny
23rd February 2011, 17:17
Does anyone use Qt Creator with CMake? If so, what is your approach when it comes to debugging? Using QMake, I was using qDebug() and/or Qt Creator's debugger, but using CMake on my main project, I don't currently know how to take advantage of qDebug() and Qt Creator's debugger. Any idea?

Cheers, Alan.

PS: I really wish Qt / Qt Creator was using CMake by default...