diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2010-04-13 05:23:28 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2010-04-13 05:23:28 (GMT) |
commit | 7fba97dc74a27f836abfcf4941dac6e247379798 (patch) | |
tree | ad54e31c2650593c742652c75a73f984c2111e08 /tests/auto/declarative/qdeclarativegridview | |
parent | 36e8506084f272a01cfdc50ab787e9d30da60360 (diff) | |
parent | bae8e41ff7d12ac10f69a4f03d97e736dace500d (diff) | |
download | Qt-7fba97dc74a27f836abfcf4941dac6e247379798.zip Qt-7fba97dc74a27f836abfcf4941dac6e247379798.tar.gz Qt-7fba97dc74a27f836abfcf4941dac6e247379798.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7
Conflicts:
tests/auto/declarative/qdeclarativebehaviors/tst_qdeclarativebehaviors.cpp
Diffstat (limited to 'tests/auto/declarative/qdeclarativegridview')
-rw-r--r-- | tests/auto/declarative/qdeclarativegridview/qdeclarativegridview.pro | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativegridview/qdeclarativegridview.pro b/tests/auto/declarative/qdeclarativegridview/qdeclarativegridview.pro index af206d7..b069260 100644 --- a/tests/auto/declarative/qdeclarativegridview/qdeclarativegridview.pro +++ b/tests/auto/declarative/qdeclarativegridview/qdeclarativegridview.pro @@ -6,3 +6,6 @@ SOURCES += tst_qdeclarativegridview.cpp # Define SRCDIR equal to test's source directory DEFINES += SRCDIR=\\\"$$PWD\\\" + +CONFIG += parallel_test + |