a668c6a6b6
... to the new qmake based configuration system. This removes the old qfeatures.txt (distributed over configure.json files) and qfeatures.h (distributed over qconfig-<module>.h files). qfeatures.prf is gone without replacement, as attempts to use it would lead to followup errors anyway. Change-Id: I1598de19db937082283a905b9592d3849d2199d0 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
39 lines
1.0 KiB
Prolog
39 lines
1.0 KiB
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) {
|
|
# no QProcess
|
|
!vxworks:!qnx:!winrt:!integrity:!uikit: SUBDIRS += network-chat
|
|
|
|
SUBDIRS += \
|
|
bearermonitor \
|
|
fortuneclient \
|
|
fortuneserver
|
|
|
|
}
|
|
|
|
qtConfig(openssl): SUBDIRS += securesocketclient
|
|
qtConfig(openssl-linked): SUBDIRS += securesocketclient
|
|
qtConfig(sctp): SUBDIRS += multistreamserver multistreamclient
|
|
}
|
|
|
|
EXAMPLE_FILES = shared
|