aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/components/CMakeLists.txt
blob: 7f87f1a5b32e4f7317b0a9b328cad1902cda2267 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
qt6_add_qml_module(QuickStudioComponents
    URI "QtQuick.Studio.Components"
    VERSION "${PROJECT_VERSION}"
    DESIGNER_SUPPORTED
    PAST_MAJOR_VERSIONS 1
        QML_FILES
        ArcItem.qml
        PieItem.qml
        TriangleItem.qml
        SvgPathItem.qml
        EllipseItem.qml
        FlipableItem.qml
        RectangleItem.qml
        RegularPolygonItem.qml
        BorderItem.qml
        IsoItem.qml
        GroupItem.qml
        ArcArrow.qml
        StraightArrow.qml
)