Jump to content

Qt Creator Clang Code Model

From Qt Wiki

Documentation: http://doc.qt.io/qtcreator/creator-clang-codemodel.html

Debugging

QLoggingCategory is used for debugging output. With the following invocation debugging output will be generated:

Linux/Mac:
$ QT_LOGGING_RULES=qtc.clang*=true ./qtcreator
Windows (start DebugView in advance to see the output):
$ set QT_LOGGING_RULES=qtc.clang*=true
$ qtcreator.exe