aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/logichelper/CMakeLists.txt
blob: b8032325b25c60c9de90b4a2c9a6c8794767b17a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
qt6_add_qml_module(QuickStudioLogicHelper
    URI "QtQuick.Studio.LogicHelper"
    VERSION "${PROJECT_VERSION}"
    DESIGNER_SUPPORTED
    PAST_MAJOR_VERSIONS 1
    QML_FILES
        BidirectionalBinding.qml
        RangeMapper.qml
        MinMaxMapper.qml
        StringMapper.qml
        OrOperator.qml
        AndOperator.qml
        NotOperator.qml
)