2011-08-24 10:13:20 +00:00
|
|
|
TEMPLATE=subdirs
|
|
|
|
SUBDIRS=\
|
|
|
|
qflags \
|
|
|
|
q_func_info \
|
|
|
|
qgetputenv \
|
|
|
|
qglobal \
|
|
|
|
qnumeric \
|
QtDebug: Include file, line, function information
Record the file, line, and function where a qDebug, qWarning, qCritical
or qFatal call happens, and make this information available in a custom
message handler.
The patch uses the C preprocessor to replace qDebug, qWarning, ... with
a line that also records the current file, line, and function. Custom
message handlers can access this information via a new QMessageLogContext
argument.
Change-Id: I0a9b89c1d137e41775932d3b1a35da4ebf12d18d
Reviewed-by: David Faure <faure@kde.org>
2012-01-17 15:20:45 +00:00
|
|
|
qrand \
|
2012-03-21 17:09:09 +00:00
|
|
|
qlogging \
|
2013-01-23 12:27:49 +00:00
|
|
|
qtendian \
|
|
|
|
qglobalstatic \
|
|
|
|
|