diff options
author | hjk <qtc-committer@nokia.com> | 2009-08-21 13:08:54 (GMT) |
---|---|---|
committer | hjk <qtc-committer@nokia.com> | 2009-08-21 13:12:33 (GMT) |
commit | 00ba962d428dcdff70fcde74a9e5cb316545cef6 (patch) | |
tree | ec1deeb1ea84180354a55199c818554897894787 /tests | |
parent | 2e27e9b38766b4c0a2c9ec20539cf808de01f2dd (diff) | |
download | Qt-00ba962d428dcdff70fcde74a9e5cb316545cef6.zip Qt-00ba962d428dcdff70fcde74a9e5cb316545cef6.tar.gz Qt-00ba962d428dcdff70fcde74a9e5cb316545cef6.tar.bz2 |
adjust auto.pro to the recent split of qstringbuilder tests
Reviewed-by: cduclos
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/auto.pro | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index e9e1c8a..0f3c099 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -300,7 +300,10 @@ SUBDIRS += \ qstatusbar \ qstl \ qstring \ - qstringbuilder \ + qstringbuilder1 \ + qstringbuilder2 \ + qstringbuilder3 \ + qstringbuilder4 \ qstringmatcher \ qstringlist \ qstringlistmodel \ |