qt5base-lts/tests/auto/widgets/itemviews/qtableview/qtableview.pro
Simo Fält 074975055d Disabling some concurrency in widget tests
There has been frequent failures with CI, especially with OSX 10.7.
These seems to work ok in CI node when ran alone but CI is running
those in parallel with some other tests, and this is causing errors,
most likely due to lost focus.

Change-Id: Ic4151099c27a4b5d91778c9b13e88d2d661e8a0d
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
2013-05-10 17:31:52 +02:00

9 lines
226 B
Prolog

CONFIG += testcase
TARGET = tst_qtableview
QT += widgets widgets-private testlib
QT += core-private gui-private
TARGET.EPOCHEAPSIZE = 0x200000 0x800000
SOURCES += tst_qtableview.cpp
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0