0
|
1 |
# Qt compat module
|
|
2 |
|
|
3 |
HEADERS += \
|
|
4 |
dialogs/q3filedialog.h \
|
|
5 |
dialogs/q3tabdialog.h \
|
|
6 |
dialogs/q3progressdialog.h \
|
|
7 |
dialogs/q3wizard.h
|
|
8 |
|
|
9 |
SOURCES += \
|
|
10 |
dialogs/q3filedialog.cpp \
|
|
11 |
dialogs/q3progressdialog.cpp \
|
|
12 |
dialogs/q3tabdialog.cpp \
|
|
13 |
dialogs/q3wizard.cpp
|
|
14 |
|
|
15 |
win32:SOURCES += dialogs/q3filedialog_win.cpp
|
|
16 |
!embedded:mac:SOURCES += dialogs/q3filedialog_mac.cpp
|