summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qbytearray.cpp
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2009-11-13 12:13:40 (GMT)
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2009-11-13 12:13:40 (GMT)
commit508e7eb83ffbab0ddf8f5a5c0251df42b01655b2 (patch)
treed26a328e593a957dfd54b1ad06b6fd5121da6f4e /src/corelib/tools/qbytearray.cpp
parent3286c4d489905d27183a9ba18048c11a5af8913c (diff)
downloadQt-508e7eb83ffbab0ddf8f5a5c0251df42b01655b2.zip
Qt-508e7eb83ffbab0ddf8f5a5c0251df42b01655b2.tar.gz
Qt-508e7eb83ffbab0ddf8f5a5c0251df42b01655b2.tar.bz2
do not (fail to) compile qdatastream into qmake and cetest
for some reason, this did build on linux and windows, but symbian seems somewhat stricter.
Diffstat (limited to 'src/corelib/tools/qbytearray.cpp')
-rw-r--r--src/corelib/tools/qbytearray.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qbytearray.cpp b/src/corelib/tools/qbytearray.cpp
index f4fdd26..bf9b6bd 100644
--- a/src/corelib/tools/qbytearray.cpp
+++ b/src/corelib/tools/qbytearray.cpp
@@ -2638,7 +2638,7 @@ void QByteArray::clear()
d->ref.ref();
}
-#if !defined(QT_NO_DATASTREAM) || defined(QT_BOOTSTRAPPED)
+#if !defined(QT_NO_DATASTREAM) || (defined(QT_BOOTSTRAPPED) && !defined(QT_BUILD_QMAKE))
/*! \relates QByteArray