diff options
Diffstat (limited to 'tests/auto/qstringmatcher/qstringmatcher.pro')
-rw-r--r-- | tests/auto/qstringmatcher/qstringmatcher.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qstringmatcher/qstringmatcher.pro b/tests/auto/qstringmatcher/qstringmatcher.pro index 2c15097..c5249ec 100644 --- a/tests/auto/qstringmatcher/qstringmatcher.pro +++ b/tests/auto/qstringmatcher/qstringmatcher.pro @@ -3,3 +3,4 @@ SOURCES += tst_qstringmatcher.cpp QT = core DEFINES += QT_NO_CAST_TO_ASCII +CONFIG += parallel_test |