diff options
Diffstat (limited to 'tests/auto/qgraphicstransform/qgraphicstransform.pro')
-rw-r--r-- | tests/auto/qgraphicstransform/qgraphicstransform.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qgraphicstransform/qgraphicstransform.pro b/tests/auto/qgraphicstransform/qgraphicstransform.pro index 67c939e..3da3408 100644 --- a/tests/auto/qgraphicstransform/qgraphicstransform.pro +++ b/tests/auto/qgraphicstransform/qgraphicstransform.pro @@ -1,3 +1,5 @@ load(qttest_p4) SOURCES += tst_qgraphicstransform.cpp CONFIG += parallel_test + +linux-*:contains(QT_CONFIG,release):DEFINES+=MAY_HIT_QTBUG_20661 |