summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/tools.pro
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2011-06-23 15:26:08 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-07 04:47:04 +0100
commit8cbe52d5811a985e610aa76c3a17a75cd785fb19 (patch)
tree895d57ad534aa4d10a5ca1f771ead9daae268ed3 /tests/auto/corelib/tools/tools.pro
parentb9fe8e30cbd7564d9610e097e219212663e42165 (diff)
Long live QStringIterator!
UCS-4 iterator over a QString. Kept private for now so we can still work on the API. Done-with: Thiago Change-Id: I377f8bb1921e591ee3292c08c3e097fb6bc7f0c4 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 286afdfd18..bf2f222769 100644
--- a/tests/auto/corelib/tools/tools.pro
+++ b/tests/auto/corelib/tools/tools.pro
@@ -44,6 +44,7 @@ SUBDIRS=\
qstring \
qstring_no_cast_from_bytearray \
qstringbuilder \
+ qstringiterator \
qstringlist \
qstringmatcher \
qstringref \