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>
This commit is contained in:
parent
1a58e78db0
commit
a2832c577f
@ -4,6 +4,6 @@ QT = core testlib
|
||||
CONFIG -= app_bundle
|
||||
CONFIG -= debug_and_release_target
|
||||
|
||||
TARGET = tst_deleteLater
|
||||
TARGET = deleteLater
|
||||
|
||||
include($$QT_SOURCE_TREE/src/testlib/selfcover.pri)
|
||||
|
@ -4,6 +4,6 @@ QT = core testlib
|
||||
CONFIG -= app_bundle
|
||||
CONFIG -= debug_and_release_target
|
||||
|
||||
TARGET = tst_deleteLater_noApp
|
||||
TARGET = deleteLater_noApp
|
||||
|
||||
include($$QT_SOURCE_TREE/src/testlib/selfcover.pri)
|
||||
|
Loading…
Reference in New Issue
Block a user