diff options
author | Friedemann Kleint <[email protected]> | 2015-09-04 09:36:29 +0200 |
---|---|---|
committer | Friedemann Kleint <[email protected]> | 2015-09-05 10:18:50 +0000 |
commit | a719e348d22b1ce158a7b2be878965ac3a258914 (patch) | |
tree | f53b926af0100aae32f9ce586d0351d09d19114f /tests/auto/qml/qjsonbinding | |
parent | 7ea2bb876413edc43bb6138978588c290a99f797 (diff) |
Remove CONFIG += parallel_test.
The keyword no longer has a meaning for the new CI.
Change-Id: I699f2881e291cce02a6a608a8710638886e38daa
Reviewed-by: Simon Hausmann <[email protected]>
Diffstat (limited to 'tests/auto/qml/qjsonbinding')
-rw-r--r-- | tests/auto/qml/qjsonbinding/qjsonbinding.pro | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/qml/qjsonbinding/qjsonbinding.pro b/tests/auto/qml/qjsonbinding/qjsonbinding.pro index 00b9565c0b..75b48aa854 100644 --- a/tests/auto/qml/qjsonbinding/qjsonbinding.pro +++ b/tests/auto/qml/qjsonbinding/qjsonbinding.pro @@ -12,5 +12,4 @@ include (../../shared/util.pri) TESTDATA = data/* -CONFIG += parallel_test QT += core qml testlib gui-private |