aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/universal/universal.pri
blob: 6aa1baaa1ab50a3b93d645bc37bbc5b4bd4832ba (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
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/ScrollBar.qml \
    $$PWD/ScrollIndicator.qml \
    $$PWD/Slider.qml \
    $$PWD/SpinBox.qml \
    $$PWD/StackView.qml \
    $$PWD/SwipeDelegate.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

HEADERS += \
    $$PWD/qquickuniversalfocusrectangle_p.h \
    $$PWD/qquickuniversalprogressring_p.h \
    $$PWD/qquickuniversalprogressstrip_p.h \
    $$PWD/qquickuniversalstyle_p.h \
    $$PWD/qquickuniversaltheme_p.h

SOURCES += \
    $$PWD/qquickuniversalfocusrectangle.cpp \
    $$PWD/qquickuniversalprogressring.cpp \
    $$PWD/qquickuniversalprogressstrip.cpp \
    $$PWD/qquickuniversalstyle.cpp \
    $$PWD/qquickuniversaltheme.cpp