aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/material/material.pri
blob: 457a8df1cd4983b9f06ed958f49cec58533e7148 (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
66
67
68
69
70
71
72
73
HEADERS += \
    $$PWD/qquickmaterialbusyindicator_p.h \
    $$PWD/qquickmaterialprogressbar_p.h \
    $$PWD/qquickmaterialripple_p.h \
    $$PWD/qquickmaterialstyle_p.h \
    $$PWD/qquickmaterialtheme_p.h

SOURCES += \
    $$PWD/qquickmaterialbusyindicator.cpp \
    $$PWD/qquickmaterialprogressbar.cpp \
    $$PWD/qquickmaterialripple.cpp \
    $$PWD/qquickmaterialstyle.cpp \
    $$PWD/qquickmaterialtheme.cpp

QML_FILES += \
    $$PWD/ApplicationWindow.qml \
    $$PWD/BoxShadow.qml \
    $$PWD/BusyIndicator.qml \
    $$PWD/Button.qml \
    $$PWD/CheckBox.qml \
    $$PWD/CheckDelegate.qml \
    $$PWD/CheckIndicator.qml \
    $$PWD/ComboBox.qml \
    $$PWD/CursorDelegate.qml \
    $$PWD/DelayButton.qml \
    $$PWD/Dial.qml \
    $$PWD/Dialog.qml \
    $$PWD/DialogButtonBox.qml \
    $$PWD/Drawer.qml \
    $$PWD/ElevationEffect.qml \
    $$PWD/Frame.qml \
    $$PWD/GroupBox.qml \
    $$PWD/HorizontalHeaderView.qml \
    $$PWD/ItemDelegate.qml \
    $$PWD/Label.qml \
    $$PWD/Menu.qml \
    $$PWD/MenuBar.qml \
    $$PWD/MenuBarItem.qml \
    $$PWD/MenuItem.qml \
    $$PWD/MenuSeparator.qml \
    $$PWD/Page.qml \
    $$PWD/PageIndicator.qml \
    $$PWD/Pane.qml \
    $$PWD/Popup.qml \
    $$PWD/ProgressBar.qml \
    $$PWD/RadioButton.qml \
    $$PWD/RadioDelegate.qml \
    $$PWD/RadioIndicator.qml \
    $$PWD/RangeSlider.qml \
    $$PWD/RoundButton.qml \
    $$PWD/RectangularGlow.qml \
    $$PWD/ScrollBar.qml \
    $$PWD/ScrollIndicator.qml \
    $$PWD/Slider.qml \
    $$PWD/SliderHandle.qml \
    $$PWD/SpinBox.qml \
    $$PWD/SplitView.qml \
    $$PWD/StackView.qml \
    $$PWD/SwipeDelegate.qml \
    $$PWD/SwipeView.qml \
    $$PWD/Switch.qml \
    $$PWD/SwitchDelegate.qml \
    $$PWD/SwitchIndicator.qml \
    $$PWD/TabBar.qml \
    $$PWD/TabButton.qml \
    $$PWD/TextArea.qml \
    $$PWD/TextField.qml \
    $$PWD/ToolBar.qml \
    $$PWD/ToolButton.qml \
    $$PWD/ToolSeparator.qml \
    $$PWD/ToolTip.qml \
    $$PWD/Tumbler.qml \
    $$PWD/VerticalHeaderView.qml