summaryrefslogtreecommitdiffstats
path: root/src/widgets/qt_widgets.pri
blob: 9410e3e4ab37f83a70aeaca03da5724b8b424146 (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
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
# Qt widgets module

widgets {
	WIDGETS_P	= widgets

	HEADERS += $$WIDGETS_H/ntqbuttongroup.h \
		  $$WIDGETS_H/ntqbutton.h \
		  $$WIDGETS_P/qdialogbuttons_p.h \
		  $$WIDGETS_H/ntqcheckbox.h \
		  $$WIDGETS_H/ntqcombobox.h \
		  $$WIDGETS_P/qwidgetresizehandler_p.h \
		  $$WIDGETS_H/ntqdial.h \
		  $$WIDGETS_H/ntqdockarea.h \
		  $$WIDGETS_H/ntqdockwindow.h \
		  $$WIDGETS_H/ntqframe.h \
		  $$WIDGETS_H/ntqgrid.h \
		  $$WIDGETS_H/ntqgridview.h \
		  $$WIDGETS_H/ntqgroupbox.h \
		  $$WIDGETS_H/ntqhbuttongroup.h \
		  $$WIDGETS_H/ntqheader.h \
		  $$WIDGETS_H/ntqhgroupbox.h \
		  $$WIDGETS_H/ntqhbox.h \
		  $$WIDGETS_H/ntqlabel.h \
		  $$WIDGETS_H/ntqlcdnumber.h \
		  $$WIDGETS_H/ntqlineedit.h \
		  $$WIDGETS_H/ntqlistbox.h \
		  $$WIDGETS_H/ntqlistview.h \
		  $$WIDGETS_H/ntqmainwindow.h \
		  $$WIDGETS_H/ntqmenubar.h \
		  $$WIDGETS_H/ntqmenudata.h \
		  $$WIDGETS_H/ntqmultilineedit.h \
		  $$WIDGETS_H/ntqpopupmenu.h \
		  $$WIDGETS_H/ntqprogressbar.h \
		  $$WIDGETS_H/ntqpushbutton.h \
		  $$WIDGETS_H/ntqradiobutton.h \
		  $$WIDGETS_H/ntqrangecontrol.h \
		  $$WIDGETS_H/ntqscrollbar.h \
		  $$WIDGETS_H/ntqscrollview.h \
		  $$WIDGETS_H/ntqslider.h \
		  $$WIDGETS_H/ntqsplashscreen.h \
		  $$WIDGETS_H/ntqspinbox.h \
		  $$WIDGETS_H/ntqsplitter.h \
		  $$WIDGETS_H/ntqstatusbar.h \
		  $$WIDGETS_H/ntqtabbar.h \
		  $$WIDGETS_H/ntqsyntaxhighlighter.h \
		  $$WIDGETS_P/qsyntaxhighlighter_p.h \
		  $$WIDGETS_H/ntqtabwidget.h \
		  $$WIDGETS_P/qtitlebar_p.h \
		  $$WIDGETS_H/ntqtoolbar.h \
		  $$WIDGETS_H/ntqtoolbox.h \
		  $$WIDGETS_H/ntqtoolbutton.h \
		  $$WIDGETS_H/ntqtooltip.h \
		  $$WIDGETS_H/ntqvalidator.h \
		  $$WIDGETS_H/ntqvbox.h \
		  $$WIDGETS_H/ntqvbuttongroup.h \
		  $$WIDGETS_H/ntqvgroupbox.h \
		  $$WIDGETS_H/ntqwhatsthis.h \
		  $$WIDGETS_H/ntqwidgetstack.h \
		  $$WIDGETS_H/ntqaction.h \
		  $$WIDGETS_H/ntqdatetimeedit.h \
		  $$WIDGETS_H/ntqtextview.h \
		  $$WIDGETS_H/ntqtextbrowser.h \
		  $$WIDGETS_H/ntqtextedit.h \
		  $$WIDGETS_P/qwidgetinterface_p.h \
		  $$WIDGETS_H/ntqwidgetplugin.h

	SOURCES += $$WIDGETS_CPP/qbuttongroup.cpp \
		  $$WIDGETS_CPP/qbutton.cpp \
		  $$WIDGETS_CPP/qdialogbuttons.cpp \
		  $$WIDGETS_CPP/qcheckbox.cpp \
		  $$WIDGETS_CPP/qcombobox.cpp \
		  $$WIDGETS_CPP/qwidgetresizehandler.cpp \
		  $$WIDGETS_CPP/qdial.cpp \
		  $$WIDGETS_CPP/qdockarea.cpp \
		  $$WIDGETS_CPP/qdockwindow.cpp \
		  $$WIDGETS_CPP/qframe.cpp \
		  $$WIDGETS_CPP/qgrid.cpp \
		  $$WIDGETS_CPP/qgridview.cpp \
		  $$WIDGETS_CPP/qgroupbox.cpp \
		  $$WIDGETS_CPP/qhbuttongroup.cpp \
		  $$WIDGETS_CPP/qheader.cpp \
		  $$WIDGETS_CPP/qhgroupbox.cpp \
		  $$WIDGETS_CPP/qhbox.cpp \
		  $$WIDGETS_CPP/qlabel.cpp \
		  $$WIDGETS_CPP/qlcdnumber.cpp \
		  $$WIDGETS_CPP/qlineedit.cpp \
		  $$WIDGETS_CPP/qlistbox.cpp \
		  $$WIDGETS_CPP/qlistview.cpp \
		  $$WIDGETS_CPP/qmainwindow.cpp \
		  $$WIDGETS_CPP/qmenubar.cpp \
		  $$WIDGETS_CPP/qmenudata.cpp \
		  $$WIDGETS_CPP/qmultilineedit.cpp \
		  $$WIDGETS_CPP/qpopupmenu.cpp \
		  $$WIDGETS_CPP/qprogressbar.cpp \
		  $$WIDGETS_CPP/qpushbutton.cpp \
		  $$WIDGETS_CPP/qradiobutton.cpp \
		  $$WIDGETS_CPP/qrangecontrol.cpp \
		  $$WIDGETS_CPP/qscrollbar.cpp \
		  $$WIDGETS_CPP/qscrollview.cpp \
		  $$WIDGETS_CPP/qslider.cpp \
		  $$WIDGETS_CPP/qsplashscreen.cpp \
		  $$WIDGETS_CPP/qspinbox.cpp \
		  $$WIDGETS_CPP/qspinwidget.cpp \
		  $$WIDGETS_CPP/qsplitter.cpp \
		  $$WIDGETS_CPP/qstatusbar.cpp \
		  $$WIDGETS_CPP/qsyntaxhighlighter.cpp \
		  $$WIDGETS_CPP/qtabbar.cpp \
		  $$WIDGETS_CPP/qtabwidget.cpp \
		  $$WIDGETS_CPP/qtitlebar.cpp \
		  $$WIDGETS_CPP/qtoolbar.cpp \
		  $$WIDGETS_CPP/qtoolbox.cpp \
		  $$WIDGETS_CPP/qtoolbutton.cpp \
		  $$WIDGETS_CPP/qtooltip.cpp \
		  $$WIDGETS_CPP/qvalidator.cpp \
		  $$WIDGETS_CPP/qvbox.cpp \
		  $$WIDGETS_CPP/qvbuttongroup.cpp \
		  $$WIDGETS_CPP/qvgroupbox.cpp \
		  $$WIDGETS_CPP/qwhatsthis.cpp \
		  $$WIDGETS_CPP/qwidgetstack.cpp \
		  $$WIDGETS_CPP/qaction.cpp \
		  $$WIDGETS_CPP/qdatetimeedit.cpp \
		  $$WIDGETS_CPP/qeffects.cpp \
		  $$WIDGETS_CPP/qtextview.cpp \
		  $$WIDGETS_CPP/qtextbrowser.cpp \
		  $$WIDGETS_CPP/qtextedit.cpp \
		  $$WIDGETS_CPP/qwidgetplugin.cpp
   !embedded:mac:SOURCES += $$WIDGETS_CPP/qmenubar_mac.cpp
}

wince-* {
	SOURCES += $$WIDGETS_CPP/ce/qcemainwindow.cpp
	HEADERS += $$WIDGETS_H/ce/qcemainwindow.h

	SOURCES -= $$WIDGETS_CPP/qsyntaxhighlighter.cpp \
		   $$WIDGETS_CPP/qsplashscreen.cpp

	HEADERS -= $$WIDGETS_H/ntqsyntaxhighlighter.h \
		   $$WIDGETS_H/ntqsplashscreen.h
}