diff options
Diffstat (limited to 'tests/auto/qstringbuilder/scenario3.pro')
-rw-r--r-- | tests/auto/qstringbuilder/scenario3.pro | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/qstringbuilder/scenario3.pro b/tests/auto/qstringbuilder/scenario3.pro new file mode 100644 index 0000000..beedffd --- /dev/null +++ b/tests/auto/qstringbuilder/scenario3.pro @@ -0,0 +1,7 @@ +load(qttest_p4) + +QT = core + +SOURCES += scenario3.cpp + +DEFINES += SCENARIO=3 |