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...