61c1c5a650
This test used to be unstable, but has not failed for more than 400 CI builds. Task-number: QTBUG-23637 Change-Id: I0d92136aa9d641e447820ab19b53034f475f74da Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com> Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
7 lines
142 B
Prolog
7 lines
142 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qitemdelegate
|
|
QT += widgets testlib
|
|
SOURCES += tst_qitemdelegate.cpp
|
|
|
|
win32:!wince*: LIBS += -lUser32
|