73db181e83
This makes it easier to find insignificant tests that have no associated bug report. Change-Id: Ia71d59da062818d3860b0365d063e044705267fd Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
9 lines
256 B
Prolog
9 lines
256 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qitemdelegate
|
|
QT += widgets testlib
|
|
SOURCES += tst_qitemdelegate.cpp
|
|
|
|
win32:!wince*: LIBS += -lUser32
|
|
|
|
linux-*:system(". /etc/lsb-release && [ $DISTRIB_CODENAME = oneiric ]"):CONFIG+=insignificant_test # QTBUG-23637
|