aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/controls.pri
blob: 79e03db58d8b424f570c6e522ecd7317b77cf098 (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
HEADERS += \
    $$PWD/qquickbusyindicatorring_p.h \
    $$PWD/qquickprogressstrip_p.h \
    $$PWD/qquickdialring_p.h \
    $$PWD/qquickdefaultstyle_p.h

SOURCES += \
    $$PWD/qquickbusyindicatorring.cpp \
    $$PWD/qquickprogressstrip.cpp \
    $$PWD/qquickdialring.cpp \
    $$PWD/qquickdefaultstyle.cpp

QML_CONTROLS = \
    AbstractButton.qml \
    ApplicationWindow.qml \
    BusyIndicator.qml \
    Button.qml \
    CheckBox.qml \
    CheckDelegate.qml \
    CheckIndicator.qml \
    ComboBox.qml \
    Container.qml \
    Control.qml \
    Dial.qml \
    Dialog.qml \
    DialogButtonBox.qml \
    Drawer.qml \
    Frame.qml \
    GroupBox.qml \
    ItemDelegate.qml \
    Label.qml \
    Menu.qml \
    MenuItem.qml \
    MenuSeparator.qml \
    Page.qml \
    PageIndicator.qml \
    Pane.qml \
    Popup.qml \
    ProgressBar.qml \
    RadioButton.qml \
    RadioDelegate.qml \
    RadioIndicator.qml \
    RangeSlider.qml \
    RoundButton.qml \
    ScrollBar.qml \
    ScrollIndicator.qml \
    Slider.qml \
    SpinBox.qml \
    StackView.qml \
    SwipeDelegate.qml \
    Switch.qml \
    SwitchIndicator.qml \
    SwitchDelegate.qml \
    SwipeView.qml \
    TabBar.qml \
    TabButton.qml \
    TextArea.qml \
    TextField.qml \
    ToolBar.qml \
    ToolButton.qml \
    ToolSeparator.qml \
    ToolTip.qml \
    Tumbler.qml

!qtquickcompiler: QML_FILES += $$QML_CONTROLS