qt5base-lts/tests/auto/testlib/selftests/deleteLater_noApp/deleteLater_noApp.pro
Tor Arne Vestbø a2832c577f Remove tst prefix for testlib selftests
These tests are apparently not run at the moment, otherwise they would
have failed to even start, but they should definitely not have the tst
prefix.

Change-Id: Iafcec2764ebb3570e6bc6ebfba27d92a94639893
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
2020-02-06 23:43:02 +01:00

10 lines
193 B
Prolog

SOURCES += tst_deleteLater_noApp.cpp
QT = core testlib
CONFIG -= app_bundle
CONFIG -= debug_and_release_target
TARGET = deleteLater_noApp
include($$QT_SOURCE_TREE/src/testlib/selfcover.pri)