Remove unused Mac OS X code from QtWidgets
[profile/ivi/qtbase.git] / src / widgets / dialogs / dialogs.pri
1 # Qt dialogs module
2
3 HEADERS += \
4         dialogs/qcolordialog.h \
5         dialogs/qcolordialog_p.h \
6         dialogs/qfscompleter_p.h \
7         dialogs/qdialog.h \
8         dialogs/qdialog_p.h \
9         dialogs/qerrormessage.h \
10         dialogs/qfiledialog.h \
11         dialogs/qfiledialog_p.h \
12         dialogs/qfontdialog.h \
13         dialogs/qfontdialog_p.h \
14         dialogs/qinputdialog.h \
15         dialogs/qmessagebox.h \
16         dialogs/qprogressdialog.h \
17         dialogs/qsidebar_p.h \
18         dialogs/qfilesystemmodel.h \
19         dialogs/qfilesystemmodel_p.h \
20         dialogs/qfileinfogatherer_p.h \
21         dialogs/qwizard.h
22
23 win32 {
24     HEADERS += dialogs/qwizard_win_p.h
25     SOURCES += dialogs/qwizard_win.cpp
26 }
27
28 wince*: FORMS += dialogs/qfiledialog_embedded.ui
29 else: FORMS += dialogs/qfiledialog.ui
30
31 INCLUDEPATH += $$PWD
32 SOURCES += \
33         dialogs/qcolordialog.cpp \
34         dialogs/qdialog.cpp \
35         dialogs/qerrormessage.cpp \
36         dialogs/qfiledialog.cpp \
37         dialogs/qfontdialog.cpp \
38         dialogs/qinputdialog.cpp \
39         dialogs/qmessagebox.cpp \
40         dialogs/qprogressdialog.cpp \
41         dialogs/qsidebar.cpp \
42         dialogs/qfilesystemmodel.cpp \
43         dialogs/qfileinfogatherer.cpp \
44         dialogs/qwizard.cpp \
45
46 RESOURCES += dialogs/qmessagebox.qrc