|
1 # Qt compat module |
|
2 |
|
3 HEADERS += \ |
|
4 widgets/q3action.h \ |
|
5 widgets/q3buttongroup.h \ |
|
6 widgets/q3datetimeedit.h \ |
|
7 widgets/q3dockarea.h \ |
|
8 widgets/q3dockwindow.h \ |
|
9 widgets/q3frame.h \ |
|
10 widgets/q3vbox.h \ |
|
11 widgets/q3vgroupbox.h \ |
|
12 widgets/q3hbox.h \ |
|
13 widgets/q3hgroupbox.h \ |
|
14 widgets/q3grid.h \ |
|
15 widgets/q3gridview.h \ |
|
16 widgets/q3groupbox.h \ |
|
17 widgets/q3header.h \ |
|
18 widgets/q3mainwindow.h \ |
|
19 widgets/q3mainwindow_p.h \ |
|
20 widgets/q3progressbar.h \ |
|
21 widgets/q3scrollview.h \ |
|
22 widgets/q3titlebar_p.h \ |
|
23 widgets/q3toolbar.h \ |
|
24 widgets/q3whatsthis.h \ |
|
25 widgets/q3widgetstack.h \ |
|
26 widgets/q3button.h \ |
|
27 widgets/q3rangecontrol.h \ |
|
28 widgets/q3popupmenu.h \ |
|
29 widgets/q3combobox.h |
|
30 |
|
31 SOURCES += \ |
|
32 widgets/q3action.cpp \ |
|
33 widgets/q3buttongroup.cpp \ |
|
34 widgets/q3datetimeedit.cpp \ |
|
35 widgets/q3dockarea.cpp \ |
|
36 widgets/q3dockwindow.cpp \ |
|
37 widgets/q3frame.cpp \ |
|
38 widgets/q3vbox.cpp \ |
|
39 widgets/q3vgroupbox.cpp \ |
|
40 widgets/q3hbox.cpp \ |
|
41 widgets/q3hgroupbox.cpp \ |
|
42 widgets/q3grid.cpp \ |
|
43 widgets/q3gridview.cpp \ |
|
44 widgets/q3groupbox.cpp \ |
|
45 widgets/q3header.cpp \ |
|
46 widgets/q3mainwindow.cpp \ |
|
47 widgets/q3progressbar.cpp \ |
|
48 widgets/q3scrollview.cpp \ |
|
49 widgets/q3titlebar.cpp \ |
|
50 widgets/q3toolbar.cpp \ |
|
51 widgets/q3whatsthis.cpp \ |
|
52 widgets/q3widgetstack.cpp \ |
|
53 widgets/q3button.cpp \ |
|
54 widgets/q3rangecontrol.cpp \ |
|
55 widgets/q3spinwidget.cpp \ |
|
56 widgets/q3popupmenu.cpp \ |
|
57 widgets/q3combobox.cpp |
|
58 |