summaryrefslogtreecommitdiffstats
path: root/examples/demos/FX_Material_Showroom/imports/QtQuick/Studio/Components/CMakeLists.txt
blob: 6e9f2f8837947f6ecb7b84a4c26b3829e7bd0f24 (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
# Copyright (C) 2023 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

qt_add_library(QQS_Components STATIC)

qt_add_qml_module(QQS_Components
    URI QtQuick.Studio.Components
    VERSION 1.0
    CLASS_NAME QQS_ComponentsPlugin
    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
)