aboutsummaryrefslogtreecommitdiffstats
path: root/examples
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 /examples
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 'examples')
-rw-r--r--examples/quick/scenegraph/custommaterial/CMakeLists.txt2
-rw-r--r--examples/quick/scenegraph/twotextureproviders/CMakeLists.txt2
-rw-r--r--examples/quick/shadereffects/CMakeLists.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/quick/scenegraph/custommaterial/CMakeLists.txt b/examples/quick/scenegraph/custommaterial/CMakeLists.txt
index 21951727f9..cbf6b0b5c7 100644
--- a/examples/quick/scenegraph/custommaterial/CMakeLists.txt
+++ b/examples/quick/scenegraph/custommaterial/CMakeLists.txt
@@ -50,7 +50,7 @@ qt6_add_shaders(custommaterial_declarative "shaders"
PRECOMPILE
OPTIMIZED
PREFIX
- "/scenegraph/custommaterial/shaders"
+ "/scenegraph/custommaterial"
FILES
"shaders/mandelbrot.vert"
"shaders/mandelbrot.frag"
diff --git a/examples/quick/scenegraph/twotextureproviders/CMakeLists.txt b/examples/quick/scenegraph/twotextureproviders/CMakeLists.txt
index fc103f406d..b33809f8a8 100644
--- a/examples/quick/scenegraph/twotextureproviders/CMakeLists.txt
+++ b/examples/quick/scenegraph/twotextureproviders/CMakeLists.txt
@@ -50,7 +50,7 @@ qt6_add_shaders(twotextureproviders "shaders"
PRECOMPILE
OPTIMIZED
PREFIX
- "/scenegraph/twotextureproviders/shaders"
+ "/scenegraph/twotextureproviders"
FILES
"shaders/xorblender.vert"
"shaders/xorblender.frag"
diff --git a/examples/quick/shadereffects/CMakeLists.txt b/examples/quick/shadereffects/CMakeLists.txt
index fb0efd53a7..0a00936d77 100644
--- a/examples/quick/shadereffects/CMakeLists.txt
+++ b/examples/quick/shadereffects/CMakeLists.txt
@@ -56,7 +56,7 @@ qt6_add_shaders(shadereffects "shaders"
PRECOMPILE
OPTIMIZED
PREFIX
- "/shadereffects/content/shaders"
+ "/shadereffects"
FILES
"content/shaders/genie.vert"
"content/shaders/blur.frag"