d43c931cf0
This test has two stable failures, one of which slipped through while the test was disabled. Mark the failures with QEXPECT_FAIL and re-enable the test. Task-number: QTBUG-24186 Change-Id: Ie24f86603a01634d6eec5a42baa77e966f9388c8 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
5 lines
105 B
Prolog
5 lines
105 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qguiapplication
|
|
QT += core gui testlib
|
|
SOURCES = tst_qguiapplication.cpp
|