changeset 37 | 758a864f9613 |
parent 33 | 3e2da88830cd |
36:ef0373b55136 | 37:758a864f9613 |
---|---|
3 contains(QT_CONFIG, dbus) { |
3 contains(QT_CONFIG, dbus) { |
4 contains(QT_CONFIG, icd) { |
4 contains(QT_CONFIG, icd) { |
5 SUBDIRS += icd |
5 SUBDIRS += icd |
6 } else { |
6 } else { |
7 SUBDIRS += generic |
7 SUBDIRS += generic |
8 !mac:SUBDIRS += connman networkmanager |
8 linux*:SUBDIRS += connman networkmanager |
9 } |
9 } |
10 } |
10 } |
11 |
11 |
12 #win32:SUBDIRS += nla |
12 #win32:SUBDIRS += nla |
13 win32:SUBDIRS += generic |
13 win32:SUBDIRS += generic |