1 | # Qt dialogs module
|
---|
2 |
|
---|
3 | HEADERS += \
|
---|
4 | dialogs/qabstractprintdialog.h \
|
---|
5 | dialogs/qabstractprintdialog_p.h \
|
---|
6 | dialogs/qabstractpagesetupdialog.h \
|
---|
7 | dialogs/qabstractpagesetupdialog_p.h \
|
---|
8 | dialogs/qcolordialog.h \
|
---|
9 | dialogs/qcolordialog_p.h \
|
---|
10 | dialogs/qdialog.h \
|
---|
11 | dialogs/qdialog_p.h \
|
---|
12 | dialogs/qerrormessage.h \
|
---|
13 | dialogs/qfiledialog.h \
|
---|
14 | dialogs/qfiledialog_p.h \
|
---|
15 | dialogs/qfontdialog.h \
|
---|
16 | dialogs/qfontdialog_p.h \
|
---|
17 | dialogs/qinputdialog.h \
|
---|
18 | dialogs/qmessagebox.h \
|
---|
19 | dialogs/qpagesetupdialog.h \
|
---|
20 | dialogs/qprintdialog.h \
|
---|
21 | dialogs/qprogressdialog.h \
|
---|
22 | dialogs/qsidebar_p.h \
|
---|
23 | dialogs/qfilesystemmodel.h \
|
---|
24 | dialogs/qfilesystemmodel_p.h \
|
---|
25 | dialogs/qfileinfogatherer_p.h \
|
---|
26 | dialogs/qwizard.h \
|
---|
27 | dialogs/qprintpreviewdialog.h
|
---|
28 |
|
---|
29 | !embedded:mac {
|
---|
30 | OBJECTIVE_SOURCES += dialogs/qcolordialog_mac.mm \
|
---|
31 | dialogs/qfiledialog_mac.mm \
|
---|
32 | dialogs/qfontdialog_mac.mm \
|
---|
33 | dialogs/qnspanelproxy_mac.mm \
|
---|
34 | dialogs/qpagesetupdialog_mac.mm \
|
---|
35 | dialogs/qprintdialog_mac.mm
|
---|
36 | }
|
---|
37 | win32 {
|
---|
38 | HEADERS += dialogs/qwizard_win_p.h
|
---|
|
---|