summaryrefslogtreecommitdiffstats
path: root/src/qt3support/dialogs/dialogs.pri
blob: 7ea5fb27fa58a5596bc5c59273fcdac0426505df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Qt compat module

HEADERS += \
	dialogs/q3filedialog.h \
	dialogs/q3tabdialog.h \
	dialogs/q3progressdialog.h \
	dialogs/q3wizard.h

SOURCES += \
	dialogs/q3filedialog.cpp \
	dialogs/q3progressdialog.cpp \
	dialogs/q3tabdialog.cpp \
	dialogs/q3wizard.cpp

win32:SOURCES += dialogs/q3filedialog_win.cpp
!embedded:mac:SOURCES  += dialogs/q3filedialog_mac.cpp