summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/tools.pro
diff options
context:
space:
mode:
authorGlen Mabey <Glen.Mabey@swri.org>2013-07-09 21:27:22 -0500
committerOswald Buddenhagen <oswald.buddenhagen@digia.com>2014-08-09 09:01:41 +0200
commit35105f173e56ead3f5ad19b7ebeca5f5b928408b (patch)
tree7b41addc4ba4d3a2ebc0a2bd36d5543c69797ca7 /tests/auto/corelib/tools/tools.pro
parenta332322de95f25ca3228102d80d6a92b73b6177d (diff)
Long live QByteArrayList!
Initial submission of a new class QByteArrayList with the purpose of aggregating and then joining QByteArray instances. [ChangeLog][QtCore] Added new QByteArrayList class. Done-with: Marc Mutz <marc.mutz@kdab.com> Change-Id: I503af58f125d7f44fef10360177490c933e5840f Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'tests/auto/corelib/tools/tools.pro')
-rw-r--r--tests/auto/corelib/tools/tools.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/corelib/tools/tools.pro b/tests/auto/corelib/tools/tools.pro
index 19cb060960..ce37ccb18b 100644
--- a/tests/auto/corelib/tools/tools.pro
+++ b/tests/auto/corelib/tools/tools.pro
@@ -6,6 +6,7 @@ SUBDIRS=\
qarraydata_strictiterators \
qbitarray \
qbytearray \
+ qbytearraylist \
qbytearraymatcher \
qbytedatabuffer \
qcache \