source: trunk/src/plugins/bearer/bearer.pro@ 1010

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 
1TEMPLATE = subdirs
2
3contains(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
13win32:SUBDIRS += generic
14win32:!wince*:SUBDIRS += nativewifi
15macx:contains(QT_CONFIG, corewlan):SUBDIRS += corewlan
16macx:SUBDIRS += generic
17symbian:SUBDIRS += symbian
18
19isEmpty(SUBDIRS):SUBDIRS = generic
Note: See TracBrowser for help on using the repository browser.