a170c974a5
We should not check for platforms, but rather for features. Also, if dbus is available it doesn't automatically mean that QProcess is. Change-Id: I27ef5863fcb107cca1aa47abba95b734962adc33 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
37 lines
923 B
Prolog
37 lines
923 B
Prolog
requires(qtHaveModule(network))
|
|
|
|
TEMPLATE = subdirs
|
|
QT_FOR_CONFIG += network-private
|
|
SUBDIRS = \
|
|
download \
|
|
downloadmanager
|
|
!integrity: SUBDIRS += dnslookup
|
|
qtHaveModule(widgets) {
|
|
SUBDIRS += \
|
|
blockingfortuneclient \
|
|
broadcastreceiver \
|
|
broadcastsender \
|
|
http \
|
|
loopback \
|
|
threadedfortuneserver \
|
|
googlesuggest \
|
|
torrent \
|
|
multicastreceiver \
|
|
multicastsender
|
|
|
|
qtConfig(bearermanagement) {
|
|
qtConfig(process): SUBDIRS += network-chat
|
|
|
|
SUBDIRS += \
|
|
bearermonitor \
|
|
fortuneclient \
|
|
fortuneserver
|
|
|
|
}
|
|
|
|
qtConfig(openssl): SUBDIRS += securesocketclient
|
|
qtConfig(sctp): SUBDIRS += multistreamserver multistreamclient
|
|
}
|
|
|
|
EXAMPLE_FILES = shared
|