aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/universal/universal.pri
blob: 8f1b905c65e5e80d0a77b3a18522a4a7959586e2 (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
QML_FILES += \
    $$PWD/ApplicationWindow.qml \
    $$PWD/BusyIndicator.qml \
    $$PWD/Button.qml \
    $$PWD/CheckBox.qml \
    $$PWD/CheckDelegate.qml \
    $$PWD/CheckIndicator.qml \
    $$PWD/ComboBox.qml \
    $$PWD/DelayButton.qml \
    $$PWD/Dial.qml \
    $$PWD/Dialog.qml \
    $$PWD/DialogButtonBox.qml \
    $$PWD/Drawer.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/ScrollBar.qml \
    $$PWD/ScrollIndicator.qml \
    $$PWD/Slider.qml \
    $$PWD/SpinBox.qml \
    $$PWD/SplitView.qml \
    $$PWD/StackView.qml \
    $$PWD/SwipeDelegate.qml \
    $$PWD/SwitchDelegate.qml \
    $$PWD/SwitchIndicator.qml \
    $$PWD/Switch.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

HEADERS += \
    $$PWD/qquickuniversalbusyindicator_p.h \
    $$PWD/qquickuniversalfocusrectangle_p.h \
    $$PWD/qquickuniversalprogressbar_p.h \
    $$PWD/qquickuniversalstyle_p.h \
    $$PWD/qquickuniversaltheme_p.h

SOURCES += \
    $$PWD/qquickuniversalbusyindicator.cpp \
    $$PWD/qquickuniversalfocusrectangle.cpp \
    $$PWD/qquickuniversalprogressbar.cpp \
    $$PWD/qquickuniversalstyle.cpp \
    $$PWD/qquickuniversaltheme.cpp