qt6-bb10/src/corelib
Bernd Weimer d5a4732c1a Allow logging to stderr
Introduced a new environment variable "QT_LOGGING_TO_CONSOLE".
When set on QNX for instance, log output is directed to the console
instead of slog2. This can be more convenient when working on the
command line. Besides, many declarative auto tests expect that,
as well.

Marked QT_NO_JOURNALD_LOG and QT_ANDROID_PLAIN_LOG as deprecated,
to be replaced with QT_LOGGING_TO_CONSOLE.

Change-Id: I7329fa2d10d31506eff145e956eaaa45d94f8e20
Reviewed-by: Fabian Bumberger <fbumberger@rim.com>
Reviewed-by: BogDan Vatra <bogdan@kde.org>
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
2014-04-24 10:15:24 +02:00
..
animation Prevent QUnifiedTimer from ticking backwards. 2014-04-08 10:57:56 +02:00
arch Remove 'register' storage class specifier in armv6 atomics 2014-03-19 19:58:47 +01:00
codecs Fix off-by-one error: the next ASCII character is next one 2014-02-22 04:38:41 +01:00
doc Fix documentation of QRegExp 2014-04-14 16:47:51 +02:00
global Allow logging to stderr 2014-04-24 10:15:24 +02:00
io fix read notification in QWindowsPipeReader::waitForPipeClosed 2014-04-17 18:56:27 +02:00
itemmodels Doc: Mention that QSortFilterProxyModel::lessThan() handles floats 2014-03-04 15:59:05 +01:00
json Complete QJsonValue::fromVariant() 2014-03-06 12:21:14 +01:00
kernel Unite the documentation for qmath.h functions 2014-04-15 14:24:13 +02:00
mimetypes Add missing Q_INIT_RESOURCE 2013-11-07 10:00:19 +01:00
plugin QNX: Work around dlclose issue 2014-04-09 20:53:06 +02:00
statemachine expand tabs and related whitespace fixes in *.{cpp,h,qdoc} 2014-01-13 22:46:50 +01:00
thread Use the new 3-operand testAndSet functions in QMutex 2014-04-05 21:47:09 +02:00
tools QCollator: Add note about ICU dependency. 2014-04-16 06:28:43 +02:00
xml Fix some documentation errors. 2014-03-24 16:42:02 +01:00
Qt5CTestMacros.cmake Forward the correct compilers to the actual cmake tests. 2013-08-09 16:28:34 +02:00
Qt5Config.cmake.in Check that files we expect to find actually exist when using a cmake package. 2013-05-20 15:20:26 +02:00
Qt5CoreConfigExtras.cmake.in CMake: Add defines for disabled features. 2013-11-22 13:04:10 +01:00
Qt5CoreConfigExtrasMkspecDir.cmake.in Generate the directory for the mkspec include in a helper file. 2013-06-21 18:58:54 +02:00
Qt5CoreConfigExtrasMkspecDirForInstall.cmake.in Generate the directory for the mkspec include in a helper file. 2013-06-21 18:58:54 +02:00
Qt5CoreMacros.cmake CMake: Generate config-specific moc parameters file. 2013-12-16 20:57:45 +01:00
QtCore.dynlist
corelib.pro Add optimize_full qmake config option 2014-03-06 12:21:14 +01:00
eval.pri