diff options
author | hjk <qtc-committer@nokia.com> | 2009-06-04 11:23:21 (GMT) |
---|---|---|
committer | hjk <qtc-committer@nokia.com> | 2009-06-04 11:49:32 (GMT) |
commit | 788a05859a2e6b4533c7b5727952818c95c49568 (patch) | |
tree | 815bca774a8849a04abc759747bfce141a2a1ae3 /tests/auto/qstringbuilder/scenario4.pro | |
parent | 84e2c537c48122ec6ada0becca701b3b4b6715b1 (diff) | |
download | Qt-788a05859a2e6b4533c7b5727952818c95c49568.zip Qt-788a05859a2e6b4533c7b5727952818c95c49568.tar.gz Qt-788a05859a2e6b4533c7b5727952818c95c49568.tar.bz2 |
Add some compile tests for QStringBuilder.
Diffstat (limited to 'tests/auto/qstringbuilder/scenario4.pro')
-rw-r--r-- | tests/auto/qstringbuilder/scenario4.pro | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/qstringbuilder/scenario4.pro b/tests/auto/qstringbuilder/scenario4.pro new file mode 100644 index 0000000..1c45a70 --- /dev/null +++ b/tests/auto/qstringbuilder/scenario4.pro @@ -0,0 +1,7 @@ +load(qttest_p4) + +QT = core + +SOURCES += scenario4.cpp + +DEFINES += SCENARIO=4 |