aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/material/material.pri
blob: 02e6d683953a9f539020b7a5959434d5a43092ec (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
HEADERS += \
    $$PWD/qquickmaterialstyle_p.h \
    $$PWD/qquickmaterialtheme_p.h \
    $$PWD/qquickmaterialprogressring_p.h \
    $$PWD/qquickmaterialprogressstrip_p.h

SOURCES += \
    $$PWD/qquickmaterialstyle.cpp \
    $$PWD/qquickmaterialtheme.cpp \
    $$PWD/qquickmaterialprogressring.cpp \
    $$PWD/qquickmaterialprogressstrip.cpp

QML_FILES += \
    $$PWD/ApplicationWindow.qml \
    $$PWD/BusyIndicator.qml \
    $$PWD/Button.qml \
    $$PWD/CheckBox.qml \
    $$PWD/ComboBox.qml \
    $$PWD/Dial.qml \
    $$PWD/Drawer.qml \
    $$PWD/Frame.qml \
    $$PWD/GroupBox.qml \
    $$PWD/ItemDelegate.qml \
    $$PWD/Label.qml \
    $$PWD/Menu.qml \
    $$PWD/MenuItem.qml \
    $$PWD/Page.qml \
    $$PWD/PageIndicator.qml \
    $$PWD/Pane.qml \
    $$PWD/Popup.qml \
    $$PWD/ProgressBar.qml \
    $$PWD/RadioButton.qml \
    $$PWD/RangeSlider.qml \
    $$PWD/Ripple.qml \
    $$PWD/ScrollBar.qml \
    $$PWD/ScrollIndicator.qml \
    $$PWD/Slider.qml \
    $$PWD/SliderHandle.qml \
    $$PWD/SpinBox.qml \
    $$PWD/StackView.qml \
    $$PWD/SwipeDelegate.qml \
    $$PWD/SwipeView.qml \
    $$PWD/Switch.qml \
    $$PWD/TabBar.qml \
    $$PWD/TabButton.qml \
    $$PWD/TextArea.qml \
    $$PWD/TextField.qml \
    $$PWD/ToolBar.qml \
    $$PWD/ToolButton.qml \
    $$PWD/ToolTip.qml \
    $$PWD/Tumbler.qml