24971fbef0
To increase the effective test coverage, this patch re-enables the tst_qlistview test case as such, and instead disables only the test functions that are currently failing in CI. Task-number: QTBUG-22453 Change-Id: I029be60c16cdff5ee3e38889d2780f1ee7d01b51 Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
6 lines
138 B
Prolog
6 lines
138 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qlistview
|
|
QT += widgets gui-private testlib
|
|
SOURCES += tst_qlistview.cpp
|
|
win32:!wince*: LIBS += -luser32
|