-
Notifications
You must be signed in to change notification settings - Fork 17
/
components.pro
151 lines (142 loc) · 6.02 KB
/
components.pro
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
#-------------------------------------------------
#
# Project created by QtCreator 2019-01-22T15:07:57
#
#-------------------------------------------------
TARGET = QtMaterial
TEMPLATE = lib
CONFIG += c++11
CONFIG += staticlib
SOURCES += \
components/qtmaterialavatar.cpp \
components/lib/qtmaterialstyle.cpp \
components/lib/qtmaterialtheme.cpp \
components/qtmaterialbadge.cpp \
components/lib/qtmaterialoverlaywidget.cpp \
components/qtmaterialcheckbox.cpp \
components/lib/qtmaterialcheckable_internal.cpp \
components/lib/qtmaterialcheckable.cpp \
components/lib/qtmaterialripple.cpp \
components/lib/qtmaterialrippleoverlay.cpp \
components/qtmaterialfab.cpp \
components/qtmaterialraisedbutton.cpp \
components/qtmaterialflatbutton_internal.cpp \
components/qtmaterialflatbutton.cpp \
components/lib/qtmaterialstatetransition.cpp \
components/qtmaterialiconbutton.cpp \
components/qtmaterialprogress_internal.cpp \
components/qtmaterialprogress.cpp \
components/qtmaterialcircularprogress_internal.cpp \
components/qtmaterialcircularprogress.cpp \
components/qtmaterialslider_internal.cpp \
components/qtmaterialslider.cpp \
components/qtmaterialsnackbar_internal.cpp \
components/qtmaterialsnackbar.cpp \
components/qtmaterialradiobutton.cpp \
components/qtmaterialtoggle_internal.cpp \
components/qtmaterialtoggle.cpp \
components/qtmaterialtextfield_internal.cpp \
components/qtmaterialtextfield.cpp \
components/qtmaterialtabs_internal.cpp \
components/qtmaterialtabs.cpp \
components/qtmaterialscrollbar_internal.cpp \
components/qtmaterialscrollbar.cpp \
components/qtmaterialdialog_internal.cpp \
components/qtmaterialdialog.cpp \
components/qtmaterialdrawer_internal.cpp \
components/qtmaterialdrawer.cpp \
components/qtmaterialappbar.cpp \
components/qtmaterialautocomplete.cpp \
components/qtmaterialpaper.cpp \
components/qtmaterialtable.cpp \
components/layouts/qtmaterialsnackbarlayout.cpp \
components/qtmaterialautocomplete_internal.cpp \
components/qtmaterialmenu.cpp \
components/qtmaterialmenu_internal.cpp \
components/qtmateriallist.cpp \
components/qtmateriallistitem.cpp \
components/qtmaterialiconbutton_internal.cpp \
components/lib/qtmaterialhoverstatemachine.cpp
HEADERS += \
components/qtmaterialavatar_p.h \
components/qtmaterialavatar.h \
components/lib/qtmaterialstyle_p.h \
components/lib/qtmaterialstyle.h \
components/lib/qtmaterialtheme_p.h \
components/lib/qtmaterialtheme.h \
components/qtmaterialbadge_p.h \
components/qtmaterialbadge.h \
components/lib/qtmaterialoverlaywidget.h \
components/qtmaterialcheckbox_p.h \
components/qtmaterialcheckbox.h \
components/lib/qtmaterialcheckable_internal.h \
components/lib/qtmaterialcheckable_p.h \
components/lib/qtmaterialripple.h \
components/lib/qtmaterialrippleoverlay.h \
components/lib/qtmaterialcheckable.h \
components/qtmaterialfab_p.h \
components/qtmaterialfab.h \
components/qtmaterialraisedbutton_p.h \
components/qtmaterialraisedbutton.h \
components/qtmaterialflatbutton_internal.h \
components/qtmaterialflatbutton_p.h \
components/qtmaterialflatbutton.h \
components/lib/qtmaterialstatetransition.h \
components/lib/qtmaterialstatetransitionevent.h \
components/qtmaterialiconbutton_p.h \
components/qtmaterialiconbutton.h \
components/qtmaterialprogress_internal.h \
components/qtmaterialprogress_p.h \
components/qtmaterialprogress.h \
components/qtmaterialcircularprogress_internal.h \
components/qtmaterialcircularprogress_p.h \
components/qtmaterialcircularprogress.h \
components/qtmaterialslider_internal.h \
components/qtmaterialslider_p.h \
components/qtmaterialslider.h \
components/qtmaterialsnackbar_internal.h \
components/qtmaterialsnackbar_p.h \
components/qtmaterialsnackbar.h \
components/qtmaterialradiobutton_p.h \
components/qtmaterialradiobutton.h \
components/qtmaterialtoggle_internal.h \
components/qtmaterialtoggle_p.h \
components/qtmaterialtoggle.h \
components/qtmaterialtextfield_internal.h \
components/qtmaterialtextfield_p.h \
components/qtmaterialtextfield.h \
components/qtmaterialtabs_internal.h \
components/qtmaterialtabs_p.h \
components/qtmaterialtabs.h \
components/qtmaterialscrollbar_internal.h \
components/qtmaterialscrollbar_p.h \
components/qtmaterialscrollbar.h \
components/qtmaterialdialog_internal.h \
components/qtmaterialdialog_p.h \
components/qtmaterialdialog.h \
components/qtmaterialdrawer_internal.h \
components/qtmaterialdrawer_p.h \
components/qtmaterialdrawer.h \
components/qtmaterialappbar.h \
components/qtmaterialappbar_p.h \
components/qtmaterialautocomplete.h \
components/qtmaterialautocomplete_p.h \
components/qtmaterialpaper.h \
components/qtmaterialpaper_p.h \
components/qtmaterialtable.h \
components/qtmaterialtable_p.h \
components/layouts/qtmaterialsnackbarlayout.h \
components/layouts/qtmaterialsnackbarlayout_p.h \
components/qtmaterialautocomplete_internal.h \
components/qtmaterialmenu.h \
components/qtmaterialmenu_p.h \
components/qtmaterialmenu_internal.h \
components/qtmateriallist.h \
components/qtmateriallist_p.h \
components/qtmateriallistitem.h \
components/qtmateriallistitem_p.h \
components/qtmaterialiconbutton_internal.h \
components/lib/qtmaterialhoverstatemachine.h
RESOURCES += \
resources.qrc
DISTFILES +=