aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qml/deltablue/CMakeLists.txt
blob: 36a682315a7fe155a1a967361d74b0d3e072a0ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Copyright (C) 2023 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

qt_internal_add_benchmark(tst_deltablue
    SOURCES
        main.cpp
    LIBRARIES
        Qt::Qml
        Qt::Test
)


set_source_files_properties(
        Main.qml
        Strength.qml
    PROPERTIES
        QT_QML_SINGLETON_TYPE True
)

qt_add_qml_module(tst_deltablue
    URI DeltaBlue
    VERSION 1.0
    QML_FILES
        BaseConstraint.qml
        ChainTest.qml
        Constraint.qml
        Main.qml
        Main2.qml
        Plan.qml
        Planner.qml
        ProjectionTest.qml
        Satisfaction.qml
        Strength.qml
        Variable.qml
        deltablue.js
)