summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/global/qlogging/app/app.pro
Commit message (Collapse)AuthorAgeFilesLines
* Allow customization of qDebug output at runtimeKai Koehne2012-02-091-0/+9
Check the QT_OUTPUT_PATTERN environment variable in the default message handler to customize the output of messages. Following place holders are right now supported: %{message}, %{type}, %{file}, %{line}, %{function} The original cleanupFuncinfo was written by Thiago Macieira. Change-Id: I6ad25baaa0e6a1c9f886105d2a93ef3310e512a9 Reviewed-by: Olivier Goffart <ogoffart@woboq.com> Reviewed-by: David Faure <faure@kde.org>