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

SOURCES += \
    $$PWD/qquickmaterialstyle.cpp \
    $$PWD/qquickmaterialtheme.cpp \
    $$PWD/qquickmaterialprogressring.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/PageIndicator.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/SwipeView.qml \
    $$PWD/Switch.qml \
    $$PWD/TabBar.qml \
    $$PWD/TabButton.qml \
    $$PWD/TextArea.qml \
    $$PWD/TextField.qml \
    $$PWD/ToolBar.qml \
    $$PWD/ToolButton.qml \
    $$PWD/Tumbler.qml