qt5base-lts/tests/auto/corelib/text/text.pro
Lars Knoll f64a6bd638 Start work on a new API to replace QTextCodec
The new QStringEncoder and QStringDecoder classes
(with a common QStringConverter base class) are
there to replace QTextCodec in Qt 6.

It currently uses a trivial wrapper around the utf
encoding functionality.

Added some autotests, mostly copied from the text codec
tests.

Change-Id: Ib6eeee55fba918b9424be244cbda9dfd5096f7eb
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2020-05-14 07:46:14 +02:00

25 lines
457 B
Prolog

TEMPLATE = subdirs
SUBDIRS = \
qbytearray \
qbytearraylist \
qbytearraymatcher \
qbytedatabuffer \
qchar \
qcollator \
qlatin1string \
qlocale \
qregexp \
qregularexpression \
qstring \
qstring_no_cast_from_bytearray \
qstringapisymmetry \
qstringbuilder \
qstringconverter \
qstringiterator \
qstringlist \
qstringmatcher \
qstringref \
qstringview \
qtextboundaryfinder