Last change
on this file since 352 was 60, checked in by Dmitry A. Kuminov, 16 years ago |
corelib: Alter .pro files to take OS/2 into account (many modules are disabled yet).
|
File size:
417 bytes
|
Rev | Line | |
---|
[2] | 1 | TEMPLATE = subdirs
|
---|
| 2 |
|
---|
| 3 | SUBDIRS *= accessible imageformats sqldrivers iconengines script
|
---|
| 4 | unix {
|
---|
| 5 | contains(QT_CONFIG,iconv)|contains(QT_CONFIG,gnu-libiconv):SUBDIRS *= codecs
|
---|
| 6 | } else {
|
---|
| 7 | SUBDIRS *= codecs
|
---|
| 8 | }
|
---|
| 9 | !embedded:SUBDIRS *= graphicssystems
|
---|
| 10 | embedded:SUBDIRS *= gfxdrivers decorations mousedrivers kbddrivers
|
---|
[60] | 11 | !win32:!os2:!embedded:!mac:SUBDIRS *= inputmethods
|
---|
[2] | 12 | contains(QT_CONFIG, phonon): SUBDIRS *= phonon
|
---|
Note:
See
TracBrowser
for help on using the repository browser.