|
Last change
on this file since 367 was 2, checked in by Dmitry A. Kuminov, 17 years ago |
|
Initially imported qt-all-opensource-src-4.5.1 from Trolltech.
|
|
File size:
359 bytes
|
| Line | |
|---|
| 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
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.