source: trunk/src/dialogs/qt_dialogs.pri@ 168

Last change on this file since 168 was 2, checked in by dmik, 20 years ago

Imported xplatform parts of the official release 3.3.1 from Trolltech

File size: 1.0 KB
Line 
1# Qt dialogs module
2
3dialogs {
4 DIALOGS_P = dialogs
5
6 HEADERS += $$DIALOGS_H/qcolordialog.h \
7 $$DIALOGS_H/qdialog.h \
8 $$DIALOGS_H/qerrormessage.h \
9 $$DIALOGS_H/qfiledialog.h \
10 $$DIALOGS_H/qfontdialog.h \
11 $$DIALOGS_H/qmessagebox.h \
12 $$DIALOGS_H/qprogressdialog.h \
13 $$DIALOGS_H/qsemimodal.h \
14 $$DIALOGS_H/qtabdialog.h \
15 $$DIALOGS_H/qwizard.h \
16 $$DIALOGS_H/qinputdialog.h
17
18 !embedded:mac:SOURCES += $$DIALOGS_CPP/qfiledialog_mac.cpp $$DIALOGS_CPP/qcolordialog_mac.cpp
19 win32:SOURCES += $$DIALOGS_CPP/qfiledialog_win.cpp
20 unix:SOURCES += $$DIALOGS_CPP/qprintdialog.cpp
21 unix:HEADERS += $$DIALOGS_H/qprintdialog.h
22
23 SOURCES += $$DIALOGS_CPP/qcolordialog.cpp \
24 $$DIALOGS_CPP/qdialog.cpp \
25 $$DIALOGS_CPP/qerrormessage.cpp \
26 $$DIALOGS_CPP/qfiledialog.cpp \
27 $$DIALOGS_CPP/qfontdialog.cpp \
28 $$DIALOGS_CPP/qmessagebox.cpp \
29 $$DIALOGS_CPP/qprogressdialog.cpp \
30 $$DIALOGS_CPP/qtabdialog.cpp \
31 $$DIALOGS_CPP/qwizard.cpp \
32 $$DIALOGS_CPP/qinputdialog.cpp
33}
Note: See TracBrowser for help on using the repository browser.