qt5base-lts/tests/auto/corelib/text/text.pro
Edward Welbourne a9aa206b7b Move text-related code out of corelib/tools/ to corelib/text/
This includes byte array, string, char, unicode, locale, collation and
regular expressions.

Change-Id: I8b125fa52c8c513eb57a0f1298b91910e5a0d786
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
2019-07-10 17:05:30 +02:00

24 lines
434 B
Prolog

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