diff options
author | hjk <qtc-committer@nokia.com> | 2009-08-10 13:10:22 (GMT) |
---|---|---|
committer | hjk <qtc-committer@nokia.com> | 2009-08-10 13:18:23 (GMT) |
commit | cbf60a676402eebae558568a2da4574a20f7a27e (patch) | |
tree | dad9b6778d198dea39ad84c0934fa12edaaccb34 /tests/auto/qstringbuilder/scenario4.pro | |
parent | 4fe7c464be95fbbcb663a21f9519024486123248 (diff) | |
download | Qt-cbf60a676402eebae558568a2da4574a20f7a27e.zip Qt-cbf60a676402eebae558568a2da4574a20f7a27e.tar.gz Qt-cbf60a676402eebae558568a2da4574a20f7a27e.tar.bz2 |
Compile fix for QStringBuilder auto test
Diffstat (limited to 'tests/auto/qstringbuilder/scenario4.pro')
-rw-r--r-- | tests/auto/qstringbuilder/scenario4.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qstringbuilder/scenario4.pro b/tests/auto/qstringbuilder/scenario4.pro index 1c45a70..1b62b25 100644 --- a/tests/auto/qstringbuilder/scenario4.pro +++ b/tests/auto/qstringbuilder/scenario4.pro @@ -3,5 +3,6 @@ load(qttest_p4) QT = core SOURCES += scenario4.cpp +HEADERS += tst_qstringbuilder.h DEFINES += SCENARIO=4 |