aboutsummaryrefslogtreecommitdiffstats
path: root/src/particles
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-12-09 16:38:35 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-12-10 21:05:44 +0100
commitdd1ebfcf8cb4d6104a54354e7d936f8915eb0832 (patch)
treeb128fc820225c8129c63c10564f7c4678d319b6b /src/particles
parent01f3bb703e22ef6722cb2d9a04a57fc9d7f2a2bc (diff)
CMake: Regenerate projects using pro2cmake one last time
And fix up some incorrect qmake project files Change-Id: Ia6d27ac68195635021fe7c4a5f06386a60f3f323 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> (cherry picked from commit c1c4a874e31ba108a3600fbbb0aee7fc0bf34601) Reviewed-by: Cristian Adam <cristian.adam@qt.io>
Diffstat (limited to 'src/particles')
-rw-r--r--src/particles/CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/particles/CMakeLists.txt b/src/particles/CMakeLists.txt
index 2fb7617f87..538e1e5bae 100644
--- a/src/particles/CMakeLists.txt
+++ b/src/particles/CMakeLists.txt
@@ -64,14 +64,14 @@ qt_internal_add_resource(QuickParticles "particles"
${particles_resource_files}
)
set(particles1_resource_files
- "shaders_ng/imageparticle_simplepoint.frag.qsb"
- "shaders_ng/imageparticle_simplepoint.vert.qsb"
- "shaders_ng/imageparticle_coloredpoint.frag.qsb"
- "shaders_ng/imageparticle_coloredpoint.vert.qsb"
"shaders_ng/imageparticle_colored.frag.qsb"
"shaders_ng/imageparticle_colored.vert.qsb"
+ "shaders_ng/imageparticle_coloredpoint.frag.qsb"
+ "shaders_ng/imageparticle_coloredpoint.vert.qsb"
"shaders_ng/imageparticle_deformed.frag.qsb"
"shaders_ng/imageparticle_deformed.vert.qsb"
+ "shaders_ng/imageparticle_simplepoint.frag.qsb"
+ "shaders_ng/imageparticle_simplepoint.vert.qsb"
"shaders_ng/imageparticle_sprite.frag.qsb"
"shaders_ng/imageparticle_sprite.vert.qsb"
"shaders_ng/imageparticle_tabled.frag.qsb"