04f25ac46c
These tests have been failing on certain setups for a while, but some new critical changes causes the failure to trigger on the CI system as well. We mark them as insignificant until they can be fixed. Change-Id: I467e7030c55d6f23515275b4062c17068d2b688c Reviewed-by: Andy Shaw <andy.shaw@digia.com>
9 lines
232 B
Prolog
9 lines
232 B
Prolog
CONFIG += testcase
|
|
CONFIG += parallel_test
|
|
linux: CONFIG += insignificant_test
|
|
TARGET = tst_qstatictext
|
|
QT += testlib
|
|
QT += core core-private gui gui-private
|
|
SOURCES += tst_qstatictext.cpp
|
|
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
|