a2832c577f
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>
10 lines
193 B
Prolog
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)
|