author | Alex Gilkes <alex.gilkes@nokia.com> |
Mon, 11 Jan 2010 14:00:40 +0000 | |
changeset 0 | 1918ee327afb |
permissions | -rw-r--r-- |
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 |