938ce35cec
To increase the effective test coverage, this patch re-enables the tst_qgraphicsitem test case as such, and instead disables only the test functions that are currently failing in CI. Task-number: QTBUG-22453 Change-Id: If311bc61801d2a279c274928ae7f0faeb595eeb3 Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
9 lines
213 B
Prolog
9 lines
213 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qgraphicsitem
|
|
QT += widgets widgets-private testlib
|
|
QT += core-private gui-private
|
|
SOURCES += tst_qgraphicsitem.cpp
|
|
DEFINES += QT_NO_CAST_TO_ASCII
|
|
|
|
win32:!wince*: LIBS += -lUser32
|