5ea4c3f148
19d160b72b
broke it temporarily, and this wasn't detected by
tst_headersclean, because it sets QT_NO_CAST_FROM_ASCII too,
which disabled the faulty code.
So this adds a new unittest for QT_NO_CAST_FROM_BYTEARRAY alone.
Change-Id: Iaf7a36a1378e77188bcc636e5dc9a1f9b84f70a7
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
49 lines
825 B
Prolog
49 lines
825 B
Prolog
TEMPLATE=subdirs
|
|
SUBDIRS=\
|
|
qalgorithms \
|
|
qarraydata \
|
|
qbitarray \
|
|
qbytearray \
|
|
qbytearraymatcher \
|
|
qcache \
|
|
qchar \
|
|
qcontiguouscache \
|
|
qcryptographichash \
|
|
qdate \
|
|
qdatetime \
|
|
qeasingcurve \
|
|
qelapsedtimer \
|
|
qexplicitlyshareddatapointer \
|
|
qfreelist \
|
|
qhash \
|
|
qline \
|
|
qlist \
|
|
qlocale \
|
|
qmap \
|
|
qmargins \
|
|
qpair \
|
|
qpoint \
|
|
qqueue \
|
|
qrect \
|
|
qregexp \
|
|
qregularexpression \
|
|
qringbuffer \
|
|
qscopedpointer \
|
|
qscopedvaluerollback \
|
|
qset \
|
|
qsharedpointer \
|
|
qsize \
|
|
qsizef \
|
|
qstl \
|
|
qstring \
|
|
qstring_no_cast_from_bytearray \
|
|
qstringbuilder \
|
|
qstringlist \
|
|
qstringmatcher \
|
|
qstringref \
|
|
qtextboundaryfinder \
|
|
qtime \
|
|
qtimeline \
|
|
qvarlengtharray \
|
|
qvector
|