1
# The tests in this .pro file _MUST_ use QtCore and QtNetwork only
2
# (i.e. QT=core network).
3
# The test system is allowed to run these tests before the rest of Qt has
4
# been compiled.
5
TEMPLATE=subdirs
6
SUBDIRS=\
7
    networkselftest \
8
    qabstractnetworkcache \
9
    qabstractsocket \
10
    qauthenticator \
11
    qeventloop \
12
    qftp \
13
    qhostaddress \
14
    qhostinfo \
15
    qhttp \
16
    qhttpnetworkconnection \
17
    qhttpnetworkreply \
18
    qhttpsocketengine \
19
    qnativesocketengine \
20
    qnetworkaccessmanager \
21
    qnetworkaddressentry \
22
    qnetworkconfiguration \
23
    qnetworkconfigurationmanager \
24
    qnetworkcookie \
25
    qnetworkcookiejar \
26
    qnetworkinterface \
27
    qnetworkproxy \
28
    qnetworkrequest \
29
    qnetworksession \
30
    qobjectperformance \
31
    qsocketnotifier \
32
    qsocks5socketengine \
33
    qsslcertificate \
34
    qsslcipher \
35
    qsslerror \
36
    qsslkey \
37
    qsslsocket \
38
#    qnetworkproxyfactory \ # Uses a hardcoded proxy configuration
39
40
!contains(QT_CONFIG, private_tests): SUBDIRS -= \
41
    qauthenticator \
42
    qhttpnetworkconnection \
43
    qhttpnetworkreply \
44
    qnativesocketengine \
45
    qsocketnotifier \
46
    qsocks5socketengine \