tests/auto/network.pro
changeset 19 fcece45ef507
child 30 5dc02b23752f
equal deleted inserted replaced
18:2f34d5167611 19:fcece45ef507
       
     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     qeventloop \
       
    11     qftp \
       
    12     qhostaddress \
       
    13     qhostinfo \
       
    14     qhttp \
       
    15     qhttpnetworkconnection \
       
    16     qhttpnetworkreply \
       
    17     qhttpsocketengine \
       
    18     qnativesocketengine \
       
    19     qnetworkaddressentry \
       
    20     qnetworkcookie \
       
    21     qnetworkcookiejar \
       
    22     qnetworkinterface \
       
    23     qnetworkproxy \
       
    24     qnetworkrequest \
       
    25     qobjectperformance \
       
    26     qsocketnotifier \
       
    27     qsocks5socketengine \
       
    28     qsslcertificate \
       
    29     qsslcipher \
       
    30     qsslerror \
       
    31     qsslkey \
       
    32     qsslsocket \
       
    33 
       
    34 contains(QT_CONFIG, private_tests): SUBDIRS -= \
       
    35     qhttpnetworkconnection \
       
    36     qhttpnetworkreply \
       
    37     qnativesocketengine \
       
    38     qsocketnotifier \
       
    39     qsocks5socketengine \
       
    40