diff options
Diffstat (limited to 'tests/auto/qstringbuilder/scenario1.pro')
-rw-r--r-- | tests/auto/qstringbuilder/scenario1.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qstringbuilder/scenario1.pro b/tests/auto/qstringbuilder/scenario1.pro index 4ce7156..d72451c 100644 --- a/tests/auto/qstringbuilder/scenario1.pro +++ b/tests/auto/qstringbuilder/scenario1.pro @@ -3,6 +3,7 @@ load(qttest_p4) QT = core SOURCES += scenario1.cpp +HEADERS += tst_qstringbuilder.h DEFINES += SCENARIO=1 |