aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/components/components.pri
blob: 240658738c17eb313a1f789ec15802a986cf14e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
QML_FILES += \
    $$PWD/ArcItem.qml \
    $$PWD/BorderItem.qml \
    $$PWD/FlipableItem.qml \
    $$PWD/IsoItem.qml \
    $$PWD/PieItem.qml \
    $$PWD/SvgPathItem.qml \
    $$PWD/TriangleItem.qml \
    $$PWD/RectangleItem.qml \
    $$PWD/RegularPolygonItem.qml \
    $$PWD/GroupItem.qml \
    $$PWD/ArcArrow.qml \
    $$PWD/StraightArrow.qml