9e5cc0d by Rohan McGovern at 2010-03-04 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 \
062a504 by Rohan McGovern at 2010-07-16 10
    qauthenticator \
9e5cc0d by Rohan McGovern at 2010-03-04 11
    qeventloop \
12
    qftp \
13
    qhostaddress \
14
    qhostinfo \
15
    qhttp \
16
    qhttpnetworkconnection \
17
    qhttpnetworkreply \
18
    qhttpsocketengine \
19
    qnativesocketengine \
331ad8e by Aaron McCarthy at 2010-03-19 20
    qnetworkaccessmanager \
9e5cc0d by Rohan McGovern at 2010-03-04 21
    qnetworkaddressentry \
66733e9 by Rohan McGovern at 2010-03-07 22
    qnetworkconfiguration \
91ebcc4 by Rohan McGovern at 2010-03-22 23
    qnetworkconfigurationmanager \
9e5cc0d by Rohan McGovern at 2010-03-04 24
    qnetworkcookie \
25
    qnetworkcookiejar \
26
    qnetworkinterface \
27
    qnetworkproxy \
28
    qnetworkrequest \
66733e9 by Rohan McGovern at 2010-03-07 29
    qnetworksession \
9e5cc0d by Rohan McGovern at 2010-03-04 30
    qobjectperformance \
31
    qsocketnotifier \
32
    qsocks5socketengine \
33
    qsslcertificate \
34
    qsslcipher \
35
    qsslerror \
36
    qsslkey \
37
    qsslsocket \
deef2cb by Jeremy Katz at 2011-01-14 38
#    qnetworkproxyfactory \ # Uses a hardcoded proxy configuration
9e5cc0d by Rohan McGovern at 2010-03-04 39
f90ce20 by Rohan McGovern at 2010-07-16 40
!contains(QT_CONFIG, private_tests): SUBDIRS -= \
062a504 by Rohan McGovern at 2010-07-16 41
    qauthenticator \
9e5cc0d by Rohan McGovern at 2010-03-04 42
    qhttpnetworkconnection \
43
    qhttpnetworkreply \
44
    qnativesocketengine \
45
    qsocketnotifier \
46
    qsocks5socketengine \
47