9498f1aa54
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>
30 lines
548 B
Prolog
30 lines
548 B
Prolog
TEMPLATE=subdirs
|
|
SUBDIRS=\
|
|
qabstractfileengine \
|
|
qbuffer \
|
|
qdatastream \
|
|
qdebug \
|
|
qdir \
|
|
qdiriterator \
|
|
qfile \
|
|
qfileinfo \
|
|
qfilesystementry \
|
|
qfilesystemwatcher \
|
|
qiodevice \
|
|
qnodebug \
|
|
qprocess \
|
|
qprocessenvironment \
|
|
qresourceengine \
|
|
qsettings \
|
|
qstandardpaths \
|
|
qtemporarydir \
|
|
qtemporaryfile \
|
|
qtextstream \
|
|
qurl \
|
|
|
|
!contains(QT_CONFIG, private_tests): SUBDIRS -= \
|
|
qfileinfo
|
|
|
|
win32:!contains(QT_CONFIG, private_tests): SUBDIRS -= \
|
|
qfilesystementry
|