diff options
Diffstat (limited to 'tests/auto/declarative/sql/sql.pro')
-rw-r--r-- | tests/auto/declarative/sql/sql.pro | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/declarative/sql/sql.pro b/tests/auto/declarative/sql/sql.pro index 4217eac..7e4fdd8 100644 --- a/tests/auto/declarative/sql/sql.pro +++ b/tests/auto/declarative/sql/sql.pro @@ -7,3 +7,6 @@ SOURCES += tst_sql.cpp # Define SRCDIR equal to test's source directory DEFINES += SRCDIR=\\\"$$PWD\\\" + +CONFIG += parallel_test + |