a040369622
It might have been fixed in the three years since it was marked insignificant, and we can't investigate the crash while it's not tested. Task-number: QTBUG-50747 Change-Id: I99cdeb55e207d10fe524cd5f4868f042c64eb7d3 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
6 lines
182 B
Prolog
6 lines
182 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qlistview
|
|
QT += widgets gui-private widgets-private core-private testlib testlib-private
|
|
SOURCES += tst_qlistview.cpp
|
|
win32:!winrt: LIBS += -luser32
|