Last change
on this file since 651 was 561, checked in by Dmitry A. Kuminov, 15 years ago |
trunk: Merged in qt 4.6.1 sources.
|
File size:
508 bytes
|
Line | |
---|
1 | TEMPLATE = subdirs
|
---|
2 |
|
---|
3 | SUBDIRS *= accessible imageformats sqldrivers iconengines script
|
---|
4 | unix:!symbian {
|
---|
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
|
---|
11 | !win32:!os2:!embedded:!mac:!symbian:SUBDIRS *= inputmethods
|
---|
12 | symbian:SUBDIRS += s60
|
---|
13 | contains(QT_CONFIG, phonon): SUBDIRS *= phonon
|
---|
14 | contains(QT_CONFIG, multimedia): SUBDIRS *= audio
|
---|
Note:
See
TracBrowser
for help on using the repository browser.