tests/auto/network.pro
branchRCL_3
changeset 7 3f74d0d4af4c
equal deleted inserted replaced
6:dee5afe5301f 7:3f74d0d4af4c
       
     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