qt5base-lts/examples/network/network.pro

42 lines
1.0 KiB
Prolog
Raw Normal View History

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 \
secureudpserver \
secureudpclient
}
qtConfig(sctp): SUBDIRS += multistreamserver multistreamclient
}
EXAMPLE_FILES = shared