qt5base-lts/tests/auto/widgets/kernel/qformlayout/qformlayout.pro
Marc Mutz 19b52e7c1d tst_QFormLayout: use QAutoPointer to simplify test and avoid leak
... 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>
2019-08-13 17:26:11 +02:00

5 lines
130 B
Prolog

CONFIG += testcase
TARGET = tst_qformlayout
QT += widgets widgets-private testlib testlib-private
SOURCES += tst_qformlayout.cpp