de49839df8
Conflicts: mkspecs/features/moc.prf Change-Id: Ia71c8e3b3185f7c999bf226d0675051b10b8740b
37 lines
934 B
Prolog
37 lines
934 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(processenvironment): SUBDIRS += network-chat
|
|
|
|
SUBDIRS += \
|
|
bearermonitor \
|
|
fortuneclient \
|
|
fortuneserver
|
|
|
|
}
|
|
|
|
qtConfig(openssl): SUBDIRS += securesocketclient
|
|
qtConfig(sctp): SUBDIRS += multistreamserver multistreamclient
|
|
}
|
|
|
|
EXAMPLE_FILES = shared
|