Tests: rename stenciloutline to tst_stenciloutline
`stenciloutline` clashes with the example of the same name in qtquick3d/examples/quick3d/extensions/stenciloutline. Prefixing the test target with tst_ to fix the name clash. Fixes: QTBUG-127981 Pick-to: 6.8 Change-Id: I23026523d34abeb09f083e3186273120551bc6c4 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
This commit is contained in:
parent
30a7539443
commit
70b431345e
@ -1,7 +1,7 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
qt_internal_add_manual_test(stenciloutline
|
qt_internal_add_manual_test(tst_stenciloutline
|
||||||
GUI
|
GUI
|
||||||
SOURCES
|
SOURCES
|
||||||
stenciloutline.cpp
|
stenciloutline.cpp
|
||||||
@ -10,7 +10,7 @@ qt_internal_add_manual_test(stenciloutline
|
|||||||
Qt::GuiPrivate
|
Qt::GuiPrivate
|
||||||
)
|
)
|
||||||
|
|
||||||
qt_internal_add_resource(stenciloutline "stenciloutline"
|
qt_internal_add_resource(tst_stenciloutline "stenciloutline"
|
||||||
PREFIX
|
PREFIX
|
||||||
"/"
|
"/"
|
||||||
FILES
|
FILES
|
||||||
|
Loading…
x
Reference in New Issue
Block a user