summaryrefslogtreecommitdiffstats
path: root/src/qt3support/widgets/widgets.pri
blob: 9bd6fb4ceaffda7f9d9c28b4202d10416466125f (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
# Qt compat module

HEADERS += \
    widgets/q3action.h \
    widgets/q3buttongroup.h \
    widgets/q3datetimeedit.h \
    widgets/q3dockarea.h \
    widgets/q3dockwindow.h \
    widgets/q3frame.h \
    widgets/q3vbox.h \
    widgets/q3vgroupbox.h \
    widgets/q3hbox.h \
    widgets/q3hgroupbox.h \
    widgets/q3grid.h \
    widgets/q3gridview.h \
    widgets/q3groupbox.h \
    widgets/q3header.h \
    widgets/q3mainwindow.h \
    widgets/q3mainwindow_p.h \
    widgets/q3progressbar.h \
    widgets/q3scrollview.h \
    widgets/q3titlebar_p.h \
    widgets/q3toolbar.h \
    widgets/q3whatsthis.h \
    widgets/q3widgetstack.h \
    widgets/q3button.h \
    widgets/q3rangecontrol.h \
    widgets/q3popupmenu.h \
    widgets/q3combobox.h

SOURCES += \
    widgets/q3action.cpp \
    widgets/q3buttongroup.cpp \
    widgets/q3datetimeedit.cpp \
    widgets/q3dockarea.cpp \
    widgets/q3dockwindow.cpp \
    widgets/q3frame.cpp \
    widgets/q3vbox.cpp \
    widgets/q3vgroupbox.cpp \
    widgets/q3hbox.cpp \
    widgets/q3hgroupbox.cpp \
    widgets/q3grid.cpp \
    widgets/q3gridview.cpp \
    widgets/q3groupbox.cpp \
    widgets/q3header.cpp \
    widgets/q3mainwindow.cpp \
    widgets/q3progressbar.cpp \
    widgets/q3scrollview.cpp \
    widgets/q3titlebar.cpp \
    widgets/q3toolbar.cpp \
    widgets/q3whatsthis.cpp \
    widgets/q3widgetstack.cpp \
    widgets/q3button.cpp \
    widgets/q3rangecontrol.cpp \
    widgets/q3spinwidget.cpp \
    widgets/q3popupmenu.cpp \
    widgets/q3combobox.cpp