qt5base-lts/examples/network/network.pro
Jake Petroules 510e699d15 Make network-chat example use QProcessEnvironment
This removes an unnecessary dependency on QProcess, which allows
the example to work on platforms where process support is not
available (such as iOS and tvOS).

Change-Id: I5d75fe8373b5f8c3744ab8fb3b1fd1b37eea35f5
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2016-12-16 09:14:31 +00:00

38 lines
994 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(openssl-linked): SUBDIRS += securesocketclient
qtConfig(sctp): SUBDIRS += multistreamserver multistreamclient
}
EXAMPLE_FILES = shared