author | Eckhart Koeppen <eckhart.koppen@nokia.com> |
Thu, 22 Apr 2010 16:15:11 +0300 | |
branch | RCL_3 |
changeset 14 | 8c4229025c0b |
parent 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 |