summaryrefslogtreecommitdiffstats
path: root/tests/auto/network.pro
blob: 7f9ef3c04e275f76555d715ca206abd621c0d5a8 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# The tests in this .pro file _MUST_ use QtCore and QtNetwork only
# (i.e. QT=core network).
# The test system is allowed to run these tests before the rest of Qt has
# been compiled.
TEMPLATE=subdirs
SUBDIRS=\
    networkselftest \
    qabstractnetworkcache \
    qabstractsocket \
    qauthenticator \
    qeventloop \
    qftp \
    qhostaddress \
    qhostinfo \
    qhttp \
    qhttpnetworkconnection \
    qhttpnetworkreply \
    qhttpsocketengine \
    platformsocketengine \
    qnetworkaccessmanager \
    qnetworkaddressentry \
    qnetworkcachemetadata \
    qnetworkconfiguration \
    qnetworkconfigurationmanager \
    qnetworkcookie \
    qnetworkcookiejar \
    qnetworkdiskcache \
    qnetworkinterface \
    qnetworkproxy \
    qnetworkreply \
    qnetworkrequest \
    qnetworksession \
    qobjectperformance \
    qsocketnotifier \
    qsocks5socketengine \
    qsslcertificate \
    qsslcipher \
    qsslerror \
    qsslkey \
    qsslsocket \
    qsslsocket_onDemandCertificates_member \
    qsslsocket_onDemandCertificates_static \
    qtcpserver \
    qudpsocket \
#    qnetworkproxyfactory \ # Uses a hardcoded proxy configuration

!contains(QT_CONFIG, private_tests): SUBDIRS -= \
    platformsocketengine \
    qauthenticator \
    qhostinfo \
    qhttpnetworkconnection \
    qhttpnetworkreply \
    qhttpsocketengine \
    qsocketnotifier \
    qsocks5socketengine \