Last change
on this file since 846 was 846, checked in by Dmitry A. Kuminov, 14 years ago |
trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.
|
File size:
661 bytes
|
Rev | Line | |
---|
[2] | 1 | TEMPLATE = subdirs
|
---|
| 2 |
|
---|
[846] | 3 | SUBDIRS *= sqldrivers script bearer
|
---|
[561] | 4 | unix:!symbian {
|
---|
[2] | 5 | contains(QT_CONFIG,iconv)|contains(QT_CONFIG,gnu-libiconv):SUBDIRS *= codecs
|
---|
| 6 | } else {
|
---|
| 7 | SUBDIRS *= codecs
|
---|
| 8 | }
|
---|
[846] | 9 | !contains(QT_CONFIG, no-gui): SUBDIRS *= imageformats iconengines
|
---|
[2] | 10 | !embedded:SUBDIRS *= graphicssystems
|
---|
| 11 | embedded:SUBDIRS *= gfxdrivers decorations mousedrivers kbddrivers
|
---|
[561] | 12 | !win32:!os2:!embedded:!mac:!symbian:SUBDIRS *= inputmethods
|
---|
[846] | 13 | !symbian:!contains(QT_CONFIG, no-gui):SUBDIRS += accessible
|
---|
[561] | 14 | symbian:SUBDIRS += s60
|
---|
[2] | 15 | contains(QT_CONFIG, phonon): SUBDIRS *= phonon
|
---|
[561] | 16 | contains(QT_CONFIG, multimedia): SUBDIRS *= audio
|
---|
[846] | 17 | contains(QT_CONFIG, declarative): SUBDIRS *= qmltooling
|
---|
Note:
See
TracBrowser
for help on using the repository browser.