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