diff options
author | hjk <qtc-committer@nokia.com> | 2009-08-14 07:11:08 (GMT) |
---|---|---|
committer | hjk <qtc-committer@nokia.com> | 2009-08-14 07:11:08 (GMT) |
commit | 0d58e2e27fba91a1310bca2fa8650700b1281afe (patch) | |
tree | 6b900e250f60d858748f5d58a08e354e0b4fe7ac /tests/auto/auto.pro | |
parent | c57c204a63168e875e513d299bb152c0a1ab0094 (diff) | |
download | Qt-0d58e2e27fba91a1310bca2fa8650700b1281afe.zip Qt-0d58e2e27fba91a1310bca2fa8650700b1281afe.tar.gz Qt-0d58e2e27fba91a1310bca2fa8650700b1281afe.tar.bz2 |
Add stringbuilder auto test to auto.pro
Reviewed-by: trustme
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r-- | tests/auto/auto.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index dd188cd..585f461 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -316,6 +316,7 @@ SUBDIRS += \ qstatusbar \ qstl \ qstring \ + qstringbuilder \ qstringmatcher \ qstringlist \ qstringlistmodel \ |