diff options
Diffstat (limited to 'src/CMakeLists.txt')
| -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" |
