aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2021-08-24 12:19:01 +0200
committerLaszlo Agocs <laszlo.agocs@qt.io>2021-08-27 13:54:54 +0200
commite6ac480b45a021c2450cd6bb18f2e383f63da705 (patch)
tree4e18e0a3a800d0dbe4c69215446e1ec6db810e54 /tests
parent0779330c8c37d3e94c1005815ad5aa31be21c7b7 (diff)
Migrate to fixed add_shaders prefix handling
Change-Id: I6c5b0680d32bc3650983c64cc4583f790774da88 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/manual/scenegraph_lancelot/scenegrabber/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/manual/scenegraph_lancelot/scenegrabber/CMakeLists.txt b/tests/manual/scenegraph_lancelot/scenegrabber/CMakeLists.txt
index 0514b6660e..e635287cee 100644
--- a/tests/manual/scenegraph_lancelot/scenegrabber/CMakeLists.txt
+++ b/tests/manual/scenegraph_lancelot/scenegrabber/CMakeLists.txt
@@ -14,7 +14,9 @@ qt_internal_add_manual_test(qmlscenegrabber
qt6_add_shaders(qmlscenegrabber "qmlscenegrabber_shaders"
BATCHABLE
PREFIX
- "shaders"
+ "/"
+ BASE
+ "../data/shared"
FILES
"../data/shared/shaders/basic_alpha.frag"
"../data/shared/shaders/basic.frag"