6e7ad733a4
This autotest sometimes passes and sometimes fails, making its result insignificant for the purpose of detecting regressions. Task-number: QTBUG-20984 Change-Id: I1454649384b60501be0bec238dfb18cfc85d5f54 Reviewed-on: http://codereview.qt.nokia.com/3129 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com>
15 lines
238 B
Prolog
15 lines
238 B
Prolog
load(qttest_p4)
|
|
TEMPLATE = app
|
|
DEPENDPATH += .
|
|
INCLUDEPATH += .
|
|
|
|
# Input
|
|
SOURCES += tst_macgui.cpp guitest.cpp
|
|
HEADERS += guitest.h
|
|
|
|
QT = core-private gui-private
|
|
|
|
requires(mac)
|
|
|
|
CONFIG+=insignificant_test # QTBUG-20984, fails unstably
|