|
Last change
on this file since 77 was 77, checked in by dmik, 20 years ago |
|
Implemented the OS/2 version of the QSessionManager class (see ticket:15 for more details); QT_NO_SESSIONMANAGER is no more defined by default.
|
|
File size:
207 bytes
|
| Rev | Line | |
|---|
| [8] | 1 | # defines to disable various Qt features
|
|---|
| 2 | # that haven't been implemented yet on OS/2
|
|---|
| 3 |
|
|---|
| 4 | # kernel module
|
|---|
| 5 | DEFINES *= \
|
|---|
| 6 | QT_NO_DRAGANDDROP \
|
|---|
| 7 | QT_NO_PRINTER
|
|---|
| 8 |
|
|---|
| 9 | # network module
|
|---|
| 10 | DEFINES *= \
|
|---|
| 11 | QT_NO_IPV6
|
|---|
| 12 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.