qt5base-lts/tests/auto
David Faure 9498f1aa54 Fix compile error with qWarning() << myDateTime and QT_NO_DEBUG_OUTPUT
All QDebug operator << in custom classes were disabled by
QT_NO_DEBUG_STREAM, which was set by QT_NO_DEBUG_OUTPUT.

Now QT_NO_DEBUG_STREAM is never set automatically, but remains available
for reducing the feature set altogether (qconfig.h).

Remove check on QT_NO_TEXTSTREAM: this define is meaningless, it
doesn't even undefine QTextStream, and this is unrelated to QDebug
streaming anyway.

Change-Id: I5eeed0144fa684d0e790e9dfd9a4aeb956218c39
Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2012-01-05 15:02:56 +01:00
..
bic Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
compilerwarnings/data Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
corelib Fix compile error with qWarning() << myDateTime and QT_NO_DEBUG_OUTPUT 2012-01-05 15:02:56 +01:00
dbus Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
gui Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
guiapplauncher Update the documentation after moving examples. 2011-07-05 21:19:08 +02:00
network Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
opengl Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
other Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
sql Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
testlib Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
tools Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
v8 Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
widgets Removed QApplication::setInputContext() 2012-01-05 11:40:08 +01:00
xml Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
auto.pro Re-enable 'check' target for tests/auto/gui on Mac OS X 2011-12-09 02:39:06 +01:00
network-settings.h Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
platformquirks.h Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
test.pl Update copyright year in license headers. 2012-01-05 06:36:56 +01:00