c2a663dac3
Some of these test have had unstable results for multiple runs. QTBUG_4151_clipAndIgnore and QTBUG_16063_microFocusRect seem to be the unstable tests. Task-number: QTBUG-16063 Task-number: QTBUG-4151 Change-Id: Idd108197c327446080dbd69dfe5c5fba6b2944cd Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
11 lines
306 B
Prolog
11 lines
306 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qgraphicsview
|
|
|
|
QT += widgets widgets-private testlib
|
|
QT += core-private gui-private
|
|
|
|
SOURCES += tst_qgraphicsview.cpp tst_qgraphicsview_2.cpp
|
|
DEFINES += QT_NO_CAST_TO_ASCII
|
|
|
|
linux-*:system(". /etc/lsb-release && [ $DISTRIB_CODENAME = oneiric ]"):CONFIG+=insignificant_test
|