19b52e7c1d
... in case of a test failure. QAutoPointer is private API, but here we can use it. Change-Id: I45b734385cd13fdea95d0100f2d8152f969612f9 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Jan Arve Sæther <jan-arve.saether@qt.io>
5 lines
130 B
Prolog
5 lines
130 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qformlayout
|
|
QT += widgets widgets-private testlib testlib-private
|
|
SOURCES += tst_qformlayout.cpp
|