diff options
| author | Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io> | 2025-10-27 08:40:40 +0100 |
|---|---|---|
| committer | Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io> | 2025-10-28 11:28:09 +0000 |
| commit | 8432321769adee6d7e7c1a36ef1474f8914910a5 (patch) | |
| tree | 0691c1d289d7bfa59f2eaab16a4895205108d115 | |
| parent | 06d78c2e0127df7ddb76dd816da192bbb05fe3f5 (diff) | |
This amends 06d78c2e0127df7ddb76dd816da192bbb05fe3f5.
The change renamed files but did not update the CMakeLists.txt.
Change-Id: I33478e7527507ca1da9e04ee3b56a80436888214
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>
| -rw-r--r-- | src/CMakeLists.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 6219526..feba254 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -32,6 +32,12 @@ set(qmlbench_resource_files "benchmarks/auto/animations/comparison/moving-images-script.qml" "benchmarks/auto/animations/comparison/moving-images-animations.qml" "benchmarks/auto/animations/comparison/moving-images-simple.qml" + "benchmarks/auto/animations/quick.shapes/shape.qml" + "benchmarks/auto/animations/quick.shapes/shape_cosmetic_pen.qml" + "benchmarks/auto/animations/quick.shapes/shape_gradient.qml" + "benchmarks/auto/animations/quick.shapes/shape_curve_renderer.qml" + "benchmarks/auto/animations/quick.shapes/shape_cosmetic_pen_curve_renderer.qml" + "benchmarks/auto/animations/quick.shapes/shape_gradient_curve_renderer.qml" "benchmarks/auto/bindings/compositesingleton.qml" "benchmarks/auto/canvas/canvas_text_simple.qml" "benchmarks/auto/changes/changing_over_isolated.qml" @@ -213,12 +219,6 @@ set(qmlbench_resource_files "benchmarks/auto/quick3d/principledmaterial/maps/metallic/roughness.jpg" "benchmarks/auto/quick3d/shapespawner/shapespawner.qml" "benchmarks/auto/quick3d/shapespawner/weirdShape.mesh" - "benchmarks/auto/quick.shapes/shape.qml" - "benchmarks/auto/quick.shapes/shape_cosmetic_pen.qml" - "benchmarks/auto/quick.shapes/shape_gradient.qml" - "benchmarks/auto/quick.shapes/shape_curve_renderer.qml" - "benchmarks/auto/quick.shapes/shape_cosmetic_pen_curve_renderer.qml" - "benchmarks/auto/quick.shapes/shape_gradient_curve_renderer.qml" "shared/butterfly-collapsed.png" "shared/butterfly-half.png" "shared/butterfly-wide.png" |
