diff options
author | Tim Blechmann <[email protected]> | 2024-08-14 15:48:20 +0800 |
---|---|---|
committer | Tim Blechmann <[email protected]> | 2024-08-14 19:20:37 +0800 |
commit | 70b431345e00f78fe0f77b92ca86c859c818eceb (patch) | |
tree | 9be0dacfff61efbac10d26097328f41b550840a2 | |
parent | 30a753944300c13e96f9239a9891cbc8e2e378c1 (diff) |
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 <[email protected]>
-rw-r--r-- | tests/manual/rhi/stenciloutline/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/manual/rhi/stenciloutline/CMakeLists.txt b/tests/manual/rhi/stenciloutline/CMakeLists.txt index fbd2631482f..95242e5dd9c 100644 --- a/tests/manual/rhi/stenciloutline/CMakeLists.txt +++ b/tests/manual/rhi/stenciloutline/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (C) 2022 The Qt Company Ltd. # SPDX-License-Identifier: BSD-3-Clause -qt_internal_add_manual_test(stenciloutline +qt_internal_add_manual_test(tst_stenciloutline GUI SOURCES stenciloutline.cpp @@ -10,7 +10,7 @@ qt_internal_add_manual_test(stenciloutline Qt::GuiPrivate ) -qt_internal_add_resource(stenciloutline "stenciloutline" +qt_internal_add_resource(tst_stenciloutline "stenciloutline" PREFIX "/" FILES |