summaryrefslogtreecommitdiffstats
path: root/examples/network/network.pro
blob: 79815609434842c74a9042e0aeb214d9f08fbaf6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
requires(qtHaveModule(network))

TEMPLATE      = subdirs
QT_FOR_CONFIG += network-private
!integrity: SUBDIRS += dnslookup
qtHaveModule(widgets) {
    SUBDIRS +=  \
                blockingfortuneclient \
                broadcastreceiver \
                broadcastsender \
                http \
                threadedfortuneserver \
                torrent \
                multicastreceiver \
                multicastsender

    qtConfig(processenvironment): SUBDIRS += network-chat

    SUBDIRS += \
            fortuneclient \
            fortuneserver

    qtConfig(ssl): SUBDIRS += securesocketclient
    qtConfig(dtls): SUBDIRS += secureudpserver secureudpclient
    qtConfig(sctp): SUBDIRS += multistreamserver multistreamclient
}

EXAMPLE_FILES = shared