diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-04-13 04:51:21 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-04-13 04:52:03 (GMT) |
commit | 89cc9cfa72c1e571699caca7488d0c37dadb015d (patch) | |
tree | f902694330205db5db605f30ee3dfeb15cd623e1 /tests/auto/declarative/graphicswidgets | |
parent | 79d0a9696af910a446cd535148880a9fb6cdf90f (diff) | |
download | Qt-89cc9cfa72c1e571699caca7488d0c37dadb015d.zip Qt-89cc9cfa72c1e571699caca7488d0c37dadb015d.tar.gz Qt-89cc9cfa72c1e571699caca7488d0c37dadb015d.tar.bz2 |
Tweak tests to run in parallel
Diffstat (limited to 'tests/auto/declarative/graphicswidgets')
-rw-r--r-- | tests/auto/declarative/graphicswidgets/graphicswidgets.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/declarative/graphicswidgets/graphicswidgets.pro b/tests/auto/declarative/graphicswidgets/graphicswidgets.pro index 712c34c..b77b430 100644 --- a/tests/auto/declarative/graphicswidgets/graphicswidgets.pro +++ b/tests/auto/declarative/graphicswidgets/graphicswidgets.pro @@ -6,3 +6,5 @@ SOURCES += tst_graphicswidgets.cpp # Define SRCDIR equal to test's source directory DEFINES += SRCDIR=\\\"$$PWD\\\" + +CONFIG += parallel_test |