aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/controls.pri
blob: 53615c0874124abc3d2ab9fdde935817d85f4cea (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
QML_FILES = \
    ApplicationWindow.qml \
    BusyIndicator.qml \
    Button.qml \
    CheckBox.qml \
    Dial.qml \
    Drawer.qml \
    Frame.qml \
    GroupBox.qml \
    Label.qml \
    PageIndicator.qml \
    ProgressBar.qml \
    RadioButton.qml \
    RangeSlider.qml \
    ScrollBar.qml \
    ScrollIndicator.qml \
    Slider.qml \
    SpinBox.qml \
    StackView.qml \
    Switch.qml \
    SwipeView.qml \
    TabBar.qml \
    TabButton.qml \
    TextArea.qml \
    TextField.qml \
    ToolBar.qml \
    ToolButton.qml \
    Tumbler.qml

HEADERS += \
    $$PWD/qquickthemedata_p.h \
    $$PWD/qquicktheme_p.h

SOURCES += \
    $$PWD/qquicktheme.cpp \
    $$PWD/qquickthemedata.cpp