|
Last change
on this file since 1010 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:
425 bytes
|
| Line | |
|---|
| 1 | TEMPLATE = subdirs
|
|---|
| 2 |
|
|---|
| 3 | contains(QT_CONFIG, dbus) {
|
|---|
| 4 | contains(QT_CONFIG, icd) {
|
|---|
| 5 | SUBDIRS += icd
|
|---|
| 6 | } else:linux* {
|
|---|
| 7 | SUBDIRS += generic
|
|---|
| 8 | SUBDIRS += connman networkmanager
|
|---|
| 9 | }
|
|---|
| 10 | }
|
|---|
| 11 |
|
|---|
| 12 | #win32:SUBDIRS += nla
|
|---|
| 13 | win32:SUBDIRS += generic
|
|---|
| 14 | win32:!wince*:SUBDIRS += nativewifi
|
|---|
| 15 | macx:contains(QT_CONFIG, corewlan):SUBDIRS += corewlan
|
|---|
| 16 | macx:SUBDIRS += generic
|
|---|
| 17 | symbian:SUBDIRS += symbian
|
|---|
| 18 |
|
|---|
| 19 | isEmpty(SUBDIRS):SUBDIRS = generic
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.