author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Fri, 16 Apr 2010 15:50:13 +0300 | |
changeset 18 | 2f34d5167611 |
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 |